Html Css Color HEX #AB32B6 Dark Orchid

📋 copy color: '#AB32B6'

red 171 ◦ green 50 ◦ blue 182

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

Shades of Dark Orchid #AB32B6

Tints of Dark Orchid #AB32B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 42.43%
G = 12.41%
B = 45.16%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB32B6 (or 0xAB32B6) is known color: Dark Orchid. HEX triplet: AB, 32 and B6. RGB value is (171,50,182). Sum of RGB (Red+Green+Blue) = 171+50+182=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB32B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32B6 is #54CD49. Grayscale: #646464. Windows color (decimal): -5557578 or 11940523. OLE color: 11940523.

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

Color convert

RGB 171 50 182 -
CMYK 0.06 0.73 0 0.29
HSL 295º 0.57% 0.45% -
HSV(B) 295º 0.73% 0.71% -
XYZ 26.38 14.32 45.63 -
YUV 101.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 171 50 182 0.06 0.73 0 0.29 295 0.57 0.45
Hex AB 32 B6 6 49 0 1D 127 39 2D
Octal 253 62 266 6 111 0 35 447 71 55
Binary 10101011 110010 10110110 110 1001001 0 11101 100100111 111001 101101

Color Harmonies of #AB32B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32B6

Black with #AB32B6

Text Example


Text Example

White with #AB32B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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