Html Css Color HEX #AB32B7 Dark Orchid

📋 copy color: '#AB32B7'

red 171 ◦ green 50 ◦ blue 183

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

Shades of Dark Orchid #AB32B7

Tints of Dark Orchid #AB32B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.3%

R = 42.33%
G = 12.38%
B = 45.3%

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

#AB32B7 (or 0xAB32B7) is known color: Dark Orchid. HEX triplet: AB, 32 and B7. RGB value is (171,50,183). Sum of RGB (Red+Green+Blue) = 171+50+183=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB32B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32B7 is #54CD48. Grayscale: #646464. Windows color (decimal): -5557577 or 12006059. OLE color: 12006059.

HSL color Cylindrical-coordinate representation of color #AB32B7: hue angle of 294.59º 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 #AB32B7 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 50 183 -
CMYK 0.07 0.73 0 0.28
HSL 294.59º 0.57% 0.46% -
HSV(B) 294.59º 0.73% 0.72% -
XYZ 26.48 14.36 46.18 -
YUV 101.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 171 50 183 0.07 0.73 0 0.28 294.59 0.57 0.46
Hex AB 32 B7 7 49 0 1C 127 39 2E
Octal 253 62 267 7 111 0 34 447 71 56
Binary 10101011 110010 10110111 111 1001001 0 11100 100100111 111001 101110

Color Harmonies of #AB32B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32B7

Black with #AB32B7

Text Example


Text Example

White with #AB32B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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