Html Css Color HEX #AF28AB Dark Orchid

📋 copy color: '#AF28AB'

red 175 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #AF28AB

Tints of Dark Orchid #AF28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

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

R = 45.34%
G = 10.36%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF28AB (or 0xAF28AB) is known color: Dark Orchid. HEX triplet: AF, 28 and AB. RGB value is (175,40,171). Sum of RGB (Red+Green+Blue) = 175+40+171=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28AB is #50D754. Grayscale: #5E5E5E. Windows color (decimal): -5298005 or 11217071. OLE color: 11217071.

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

Color convert

RGB 175 40 171 -
CMYK 0 0.77 0.02 0.31
HSL 301.78º 0.63% 0.42% -
HSV(B) 301.78º 0.77% 0.69% -
XYZ 25.79 13.57 39.79 -
YUV 95.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 175 40 171 0 0.77 0.02 0.31 301.78 0.63 0.42
Hex AF 28 AB 0 4D 2 1F 12E 3F 2A
Octal 257 50 253 0 115 2 37 456 77 52
Binary 10101111 101000 10101011 0 1001101 10 11111 100101110 111111 101010

Color Harmonies of #AF28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28AB

Black with #AF28AB

Text Example


Text Example

White with #AF28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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