Html Css Color HEX #AF1BC9 Dark Orchid

📋 copy color: '#AF1BC9'

red 175 ◦ green 27 ◦ blue 201

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

Shades of Dark Orchid #AF1BC9

Tints of Dark Orchid #AF1BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.88%

R = 43.42%
G = 6.7%
B = 49.88%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF1BC9 (or 0xAF1BC9) is known color: Dark Orchid. HEX triplet: AF, 1B and C9. RGB value is (175,27,201). Sum of RGB (Red+Green+Blue) = 175+27+201=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF1BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BC9 is #50E436. Grayscale: #5A5A5A. Windows color (decimal): -5301303 or 13179823. OLE color: 13179823.

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

Color convert

RGB 175 27 201 -
CMYK 0.13 0.87 0 0.21
HSL 291.03º 0.76% 0.45% -
HSV(B) 291.03º 0.87% 0.79% -
XYZ 28.61 14.11 56.47 -
YUV 91.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 175 27 201 0.13 0.87 0 0.21 291.03 0.76 0.45
Hex AF 1B C9 D 57 0 15 123 4C 2D
Octal 257 33 311 15 127 0 25 443 114 55
Binary 10101111 11011 11001001 1101 1010111 0 10101 100100011 1001100 101101

Color Harmonies of #AF1BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BC9

Black with #AF1BC9

Text Example


Text Example

White with #AF1BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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