Html Css Color HEX #AF1EDE Dark Orchid

📋 copy color: '#AF1EDE'

red 175 ◦ green 30 ◦ blue 222

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

Shades of Dark Orchid #AF1EDE

Tints of Dark Orchid #AF1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.03%

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 40.98%
G = 7.03%
B = 51.99%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1EDE (or 0xAF1EDE) is known color: Dark Orchid. HEX triplet: AF, 1E and DE. RGB value is (175,30,222). Sum of RGB (Red+Green+Blue) = 175+30+222=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF1EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EDE is #50E121. Grayscale: #5E5E5E. Windows color (decimal): -5300514 or 14556847. OLE color: 14556847.

HSL color Cylindrical-coordinate representation of color #AF1EDE: hue angle of 285.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1EDE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 30 222 -
CMYK 0.21 0.86 0 0.13
HSL 285.31º 0.76% 0.49% -
HSV(B) 285.31º 0.86% 0.87% -
XYZ 31.33 15.32 70.41 -
YUV 95.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 175 30 222 0.21 0.86 0 0.13 285.31 0.76 0.49
Hex AF 1E DE 15 56 0 D 11D 4C 31
Octal 257 36 336 25 126 0 15 435 114 61
Binary 10101111 11110 11011110 10101 1010110 0 1101 100011101 1001100 110001

Color Harmonies of #AF1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EDE

Black with #AF1EDE

Text Example


Text Example

White with #AF1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EDE; }

 p { color: rgb(175,30,222); }

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

background-color css

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

 a { background-color: rgb(175,30,222); }

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

border-color css

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

 span { border-color: rgb(175,30,222); }

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