Html Css Color HEX #AF27AD Dark Orchid

📋 copy color: '#AF27AD'

red 175 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #AF27AD

Tints of Dark Orchid #AF27AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 45.22%
G = 10.08%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF27AD (or 0xAF27AD) is known color: Dark Orchid. HEX triplet: AF, 27 and AD. RGB value is (175,39,173). Sum of RGB (Red+Green+Blue) = 175+39+173=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF27AD is #50D852. Grayscale: #5E5E5E. Windows color (decimal): -5298259 or 11347887. OLE color: 11347887.

HSL color Cylindrical-coordinate representation of color #AF27AD: hue angle of 300.88º 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 #AF27AD is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 173 -
CMYK 0 0.78 0.01 0.31
HSL 300.88º 0.64% 0.42% -
HSV(B) 300.88º 0.78% 0.69% -
XYZ 25.95 13.58 40.79 -
YUV 94.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 175 39 173 0 0.78 0.01 0.31 300.88 0.64 0.42
Hex AF 27 AD 0 4E 1 1F 12D 40 2A
Octal 257 47 255 0 116 1 37 455 100 52
Binary 10101111 100111 10101101 0 1001110 1 11111 100101101 1000000 101010

Color Harmonies of #AF27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27AD

Black with #AF27AD

Text Example


Text Example

White with #AF27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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