Html Css Color HEX #AF1BDE Dark Orchid

📋 copy color: '#AF1BDE'

red 175 ◦ green 27 ◦ blue 222

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

Shades of Dark Orchid #AF1BDE

Tints of Dark Orchid #AF1BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.37%

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

R = 41.27%
G = 6.37%
B = 52.36%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1BDE (or 0xAF1BDE) is known color: Dark Orchid. HEX triplet: AF, 1B and DE. RGB value is (175,27,222). Sum of RGB (Red+Green+Blue) = 175+27+222=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF1BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BDE is #50E421. Grayscale: #5C5C5C. Windows color (decimal): -5301282 or 14556079. OLE color: 14556079.

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

Color convert

RGB 175 27 222 -
CMYK 0.21 0.88 0 0.13
HSL 285.54º 0.78% 0.49% -
HSV(B) 285.54º 0.88% 0.87% -
XYZ 31.26 15.17 70.39 -
YUV 93.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 175 27 222 0.21 0.88 0 0.13 285.54 0.78 0.49
Hex AF 1B DE 15 58 0 D 11E 4E 31
Octal 257 33 336 25 130 0 15 436 116 61
Binary 10101111 11011 11011110 10101 1011000 0 1101 100011110 1001110 110001

Color Harmonies of #AF1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BDE

Black with #AF1BDE

Text Example


Text Example

White with #AF1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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