Html Css Color HEX #AB33BA Dark Orchid

📋 copy color: '#AB33BA'

red 171 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #AB33BA

Tints of Dark Orchid #AB33BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 41.91%
G = 12.5%
B = 45.59%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB33BA (or 0xAB33BA) is known color: Dark Orchid. HEX triplet: AB, 33 and BA. RGB value is (171,51,186). Sum of RGB (Red+Green+Blue) = 171+51+186=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33BA is #54CC45. Grayscale: #656565. Windows color (decimal): -5557318 or 12202923. OLE color: 12202923.

HSL color Cylindrical-coordinate representation of color #AB33BA: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB33BA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 51 186 -
CMYK 0.08 0.73 0 0.27
HSL 293.33º 0.57% 0.46% -
HSV(B) 293.33º 0.73% 0.73% -
XYZ 26.84 14.57 47.85 -
YUV 102.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 171 51 186 0.08 0.73 0 0.27 293.33 0.57 0.46
Hex AB 33 BA 8 49 0 1B 125 39 2E
Octal 253 63 272 10 111 0 33 445 71 56
Binary 10101011 110011 10111010 1000 1001001 0 11011 100100101 111001 101110

Color Harmonies of #AB33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33BA

Black with #AB33BA

Text Example


Text Example

White with #AB33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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