Html Css Color HEX #AF2DD1 Dark Orchid

📋 copy color: '#AF2DD1'

red 175 ◦ green 45 ◦ blue 209

#AF2DD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF2DD1

Tints of Dark Orchid #AF2DD1

RGB

 RED value IS 175 (68.75% from 255) = 40.79%

 GREEN value IS 45 (17.97% from 255) = 10.49%

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 40.79%
G = 10.49%
B = 48.72%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF2DD1 (or 0xAF2DD1) is known color: Dark Orchid. HEX triplet: AF, 2D and D1. RGB value is (175,45,209). Sum of RGB (Red+Green+Blue) = 175+45+209=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF2DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DD1 is #50D22E. Grayscale: #666666. Windows color (decimal): -5296687 or 13708719. OLE color: 13708719.

HSL color Cylindrical-coordinate representation of color #AF2DD1: hue angle of 287.56º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DD1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 45 209 -
CMYK 0.16 0.78 0 0.18
HSL 287.56º 0.65% 0.5% -
HSV(B) 287.56º 0.78% 0.82% -
XYZ 30.13 15.59 61.74 -
YUV 102.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 175 45 209 0.16 0.78 0 0.18 287.56 0.65 0.5
Hex AF 2D D1 10 4E 0 12 120 41 32
Octal 257 55 321 20 116 0 22 440 101 62
Binary 10101111 101101 11010001 10000 1001110 0 10010 100100000 1000001 110010

Color Harmonies of #AF2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DD1

Black with #AF2DD1

Text Example


Text Example

White with #AF2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DD1; }

 p { color: rgb(175,45,209); }

 H1.HeaderClassName
 {
   color: #AF2DD1;
 }
 .AnyTagClassName
 {
   color: #AF2DD1;
 }
</style>

background-color css

<style>
 a { background-color: #AF2DD1; }

 a { background-color: rgb(175,45,209); }

 div.DivClassName
 {
   background-color: #AF2DD1;
 }
 .BgClassName
 {
   background-color: #AF2DD1;
 }
</style>

border-color css

<style>
 span { border-color: #AF2DD1; }

 span { border-color: rgb(175,45,209); }

 td.TdClassName
 {
   border-color: #AF2DD1;
 }
 .TagClassName
 {
   border-color: #AF2DD1;
 }
</style>