Html Css Color HEX #AB33B0 Dark Orchid

📋 copy color: '#AB33B0'

red 171 ◦ green 51 ◦ blue 176

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

Shades of Dark Orchid #AB33B0

Tints of Dark Orchid #AB33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.22%

R = 42.96%
G = 12.81%
B = 44.22%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB33B0 (or 0xAB33B0) is known color: Dark Orchid. HEX triplet: AB, 33 and B0. RGB value is (171,51,176). Sum of RGB (Red+Green+Blue) = 171+51+176=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB33B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33B0 is #54CC4F. Grayscale: #646464. Windows color (decimal): -5557328 or 11547563. OLE color: 11547563.

HSL color Cylindrical-coordinate representation of color #AB33B0: hue angle of 297.6º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB33B0 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 51 176 -
CMYK 0.03 0.71 0 0.31
HSL 297.6º 0.55% 0.45% -
HSV(B) 297.6º 0.71% 0.69% -
XYZ 25.81 14.16 42.45 -
YUV 101.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 171 51 176 0.03 0.71 0 0.31 297.6 0.55 0.45
Hex AB 33 B0 3 47 0 1F 12A 37 2D
Octal 253 63 260 3 107 0 37 452 67 55
Binary 10101011 110011 10110000 11 1000111 0 11111 100101010 110111 101101

Color Harmonies of #AB33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33B0

Black with #AB33B0

Text Example


Text Example

White with #AB33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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