Html Css Color HEX #AB32BC Dark Orchid

📋 copy color: '#AB32BC'

red 171 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #AB32BC

Tints of Dark Orchid #AB32BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 41.81%
G = 12.22%
B = 45.97%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB32BC (or 0xAB32BC) is known color: Dark Orchid. HEX triplet: AB, 32 and BC. RGB value is (171,50,188). Sum of RGB (Red+Green+Blue) = 171+50+188=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32BC is #54CD43. Grayscale: #656565. Windows color (decimal): -5557572 or 12333739. OLE color: 12333739.

HSL color Cylindrical-coordinate representation of color #AB32BC: hue angle of 292.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB32BC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 50 188 -
CMYK 0.09 0.73 0 0.26
HSL 292.61º 0.58% 0.47% -
HSV(B) 292.61º 0.73% 0.74% -
XYZ 27.01 14.57 48.97 -
YUV 101.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 171 50 188 0.09 0.73 0 0.26 292.61 0.58 0.47
Hex AB 32 BC 9 49 0 1A 125 3A 2F
Octal 253 62 274 11 111 0 32 445 72 57
Binary 10101011 110010 10111100 1001 1001001 0 11010 100100101 111010 101111

Color Harmonies of #AB32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32BC

Black with #AB32BC

Text Example


Text Example

White with #AB32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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