Html Css Color HEX #AB33BC Dark Orchid

📋 copy color: '#AB33BC'

red 171 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #AB33BC

Tints of Dark Orchid #AB33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.44%

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

R = 41.71%
G = 12.44%
B = 45.85%

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

#AB33BC (or 0xAB33BC) is known color: Dark Orchid. HEX triplet: AB, 33 and BC. RGB value is (171,51,188). Sum of RGB (Red+Green+Blue) = 171+51+188=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33BC is #54CC43. Grayscale: #666666. Windows color (decimal): -5557316 or 12333995. OLE color: 12333995.

HSL color Cylindrical-coordinate representation of color #AB33BC: hue angle of 292.55º degrees, saturation: 0.57, 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 #AB33BC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 51 188 -
CMYK 0.09 0.73 0 0.26
HSL 292.55º 0.57% 0.47% -
HSV(B) 292.55º 0.73% 0.74% -
XYZ 27.06 14.66 48.98 -
YUV 102.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 171 51 188 0.09 0.73 0 0.26 292.55 0.57 0.47
Hex AB 33 BC 9 49 0 1A 125 39 2F
Octal 253 63 274 11 111 0 32 445 71 57
Binary 10101011 110011 10111100 1001 1001001 0 11010 100100101 111001 101111

Color Harmonies of #AB33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33BC

Black with #AB33BC

Text Example


Text Example

White with #AB33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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