Html Css Color HEX #AB2FAB Dark Orchid

📋 copy color: '#AB2FAB'

red 171 ◦ green 47 ◦ blue 171

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

Shades of Dark Orchid #AB2FAB

Tints of Dark Orchid #AB2FAB

RGB

 RED value IS 171 (67.19% from 255) = 43.96%

 GREEN value IS 47 (18.75% from 255) = 12.08%

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

R = 43.96%
G = 12.08%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB2FAB (or 0xAB2FAB) is known color: Dark Orchid. HEX triplet: AB, 2F and AB. RGB value is (171,47,171). Sum of RGB (Red+Green+Blue) = 171+47+171=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2FAB is #54D054. Grayscale: #616161. Windows color (decimal): -5558357 or 11218859. OLE color: 11218859.

HSL color Cylindrical-coordinate representation of color #AB2FAB: hue angle of 300º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2FAB is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 47 171 -
CMYK 0 0.73 0 0.33
HSL 300º 0.57% 0.43% -
HSV(B) 300º 0.73% 0.67% -
XYZ 25.16 13.63 39.83 -
YUV 98.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 171 47 171 0 0.73 0 0.33 300 0.57 0.43
Hex AB 2F AB 0 49 0 21 12C 39 2B
Octal 253 57 253 0 111 0 41 454 71 53
Binary 10101011 101111 10101011 0 1001001 0 100001 100101100 111001 101011

Color Harmonies of #AB2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FAB

Black with #AB2FAB

Text Example


Text Example

White with #AB2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FAB; }

 p { color: rgb(171,47,171); }

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

background-color css

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

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

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

border-color css

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

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

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