Html Css Color HEX #AF1DDE Dark Orchid

📋 copy color: '#AF1DDE'

red 175 ◦ green 29 ◦ blue 222

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

Shades of Dark Orchid #AF1DDE

Tints of Dark Orchid #AF1DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.81%

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

R = 41.08%
G = 6.81%
B = 52.11%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1DDE (or 0xAF1DDE) is known color: Dark Orchid. HEX triplet: AF, 1D and DE. RGB value is (175,29,222). Sum of RGB (Red+Green+Blue) = 175+29+222=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF1DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DDE is #50E221. Grayscale: #5E5E5E. Windows color (decimal): -5300770 or 14556591. OLE color: 14556591.

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

Color convert

RGB 175 29 222 -
CMYK 0.21 0.87 0 0.13
HSL 285.39º 0.77% 0.49% -
HSV(B) 285.39º 0.87% 0.87% -
XYZ 31.3 15.27 70.4 -
YUV 94.66 199.87 185.31 -
System Red Green Blue C M Y K H S L
Decimal 175 29 222 0.21 0.87 0 0.13 285.39 0.77 0.49
Hex AF 1D DE 15 57 0 D 11D 4D 31
Octal 257 35 336 25 127 0 15 435 115 61
Binary 10101111 11101 11011110 10101 1010111 0 1101 100011101 1001101 110001

Color Harmonies of #AF1DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DDE

Black with #AF1DDE

Text Example


Text Example

White with #AF1DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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