Html Css Color HEX #AB32B8 Dark Orchid

📋 copy color: '#AB32B8'

red 171 ◦ green 50 ◦ blue 184

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

Shades of Dark Orchid #AB32B8

Tints of Dark Orchid #AB32B8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 42.22%
G = 12.35%
B = 45.43%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB32B8 (or 0xAB32B8) is known color: Dark Orchid. HEX triplet: AB, 32 and B8. RGB value is (171,50,184). Sum of RGB (Red+Green+Blue) = 171+50+184=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB32B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32B8 is #54CD47. Grayscale: #656565. Windows color (decimal): -5557576 or 12071595. OLE color: 12071595.

HSL color Cylindrical-coordinate representation of color #AB32B8: hue angle of 294.18º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB32B8 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 50 184 -
CMYK 0.07 0.73 0 0.28
HSL 294.18º 0.57% 0.46% -
HSV(B) 294.18º 0.73% 0.72% -
XYZ 26.59 14.4 46.73 -
YUV 101.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 171 50 184 0.07 0.73 0 0.28 294.18 0.57 0.46
Hex AB 32 B8 7 49 0 1C 126 39 2E
Octal 253 62 270 7 111 0 34 446 71 56
Binary 10101011 110010 10111000 111 1001001 0 11100 100100110 111001 101110

Color Harmonies of #AB32B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32B8

Black with #AB32B8

Text Example


Text Example

White with #AB32B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32B8; }

 p { color: rgb(171,50,184); }

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

background-color css

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

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

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

border-color css

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

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

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