Html Css Color HEX #AF27AB Dark Orchid

📋 copy color: '#AF27AB'

red 175 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #AF27AB

Tints of Dark Orchid #AF27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.13%

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 45.45%
G = 10.13%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF27AB (or 0xAF27AB) is known color: Dark Orchid. HEX triplet: AF, 27 and AB. RGB value is (175,39,171). Sum of RGB (Red+Green+Blue) = 175+39+171=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF27AB is #50D854. Grayscale: #5E5E5E. Windows color (decimal): -5298261 or 11216815. OLE color: 11216815.

HSL color Cylindrical-coordinate representation of color #AF27AB: hue angle of 301.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF27AB is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 171 -
CMYK 0 0.78 0.02 0.31
HSL 301.76º 0.64% 0.42% -
HSV(B) 301.76º 0.78% 0.69% -
XYZ 25.76 13.51 39.78 -
YUV 94.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 175 39 171 0 0.78 0.02 0.31 301.76 0.64 0.42
Hex AF 27 AB 0 4E 2 1F 12E 40 2A
Octal 257 47 253 0 116 2 37 456 100 52
Binary 10101111 100111 10101011 0 1001110 10 11111 100101110 1000000 101010

Color Harmonies of #AF27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27AB

Black with #AF27AB

Text Example


Text Example

White with #AF27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27AB; }

 p { color: rgb(175,39,171); }

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

background-color css

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

 a { background-color: rgb(175,39,171); }

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

border-color css

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

 span { border-color: rgb(175,39,171); }

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