Html Css Color HEX #AF2AAB Dark Orchid

📋 copy color: '#AF2AAB'

red 175 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #AF2AAB

Tints of Dark Orchid #AF2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.82%

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

R = 45.1%
G = 10.82%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF2AAB (or 0xAF2AAB) is known color: Dark Orchid. HEX triplet: AF, 2A and AB. RGB value is (175,42,171). Sum of RGB (Red+Green+Blue) = 175+42+171=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2AAB is #50D554. Grayscale: #606060. Windows color (decimal): -5297493 or 11217583. OLE color: 11217583.

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

Color convert

RGB 175 42 171 -
CMYK 0 0.76 0.02 0.31
HSL 301.8º 0.61% 0.43% -
HSV(B) 301.8º 0.76% 0.69% -
XYZ 25.86 13.71 39.81 -
YUV 96.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 175 42 171 0 0.76 0.02 0.31 301.8 0.61 0.43
Hex AF 2A AB 0 4C 2 1F 12E 3D 2B
Octal 257 52 253 0 114 2 37 456 75 53
Binary 10101111 101010 10101011 0 1001100 10 11111 100101110 111101 101011

Color Harmonies of #AF2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AAB

Black with #AF2AAB

Text Example


Text Example

White with #AF2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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