Html Css Color HEX #AB32B5 Dark Orchid

📋 copy color: '#AB32B5'

red 171 ◦ green 50 ◦ blue 181

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

Shades of Dark Orchid #AB32B5

Tints of Dark Orchid #AB32B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 42.54%
G = 12.44%
B = 45.02%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB32B5 (or 0xAB32B5) is known color: Dark Orchid. HEX triplet: AB, 32 and B5. RGB value is (171,50,181). Sum of RGB (Red+Green+Blue) = 171+50+181=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB32B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32B5 is #54CD4A. Grayscale: #646464. Windows color (decimal): -5557579 or 11874987. OLE color: 11874987.

HSL color Cylindrical-coordinate representation of color #AB32B5: hue angle of 295.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB32B5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 50 181 -
CMYK 0.06 0.72 0 0.29
HSL 295.42º 0.57% 0.45% -
HSV(B) 295.42º 0.72% 0.71% -
XYZ 26.28 14.28 45.09 -
YUV 101.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 171 50 181 0.06 0.72 0 0.29 295.42 0.57 0.45
Hex AB 32 B5 6 48 0 1D 127 39 2D
Octal 253 62 265 6 110 0 35 447 71 55
Binary 10101011 110010 10110101 110 1001000 0 11101 100100111 111001 101101

Color Harmonies of #AB32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32B5

Black with #AB32B5

Text Example


Text Example

White with #AB32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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