Html Css Color HEX #AB33BE Dark Orchid

📋 copy color: '#AB33BE'

red 171 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #AB33BE

Tints of Dark Orchid #AB33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 41.5%
G = 12.38%
B = 46.12%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB33BE (or 0xAB33BE) is known color: Dark Orchid. HEX triplet: AB, 33 and BE. RGB value is (171,51,190). Sum of RGB (Red+Green+Blue) = 171+51+190=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33BE is #54CC41. Grayscale: #666666. Windows color (decimal): -5557314 or 12465067. OLE color: 12465067.

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

Color convert

RGB 171 51 190 -
CMYK 0.10 0.73 0 0.25
HSL 291.8º 0.58% 0.47% -
HSV(B) 291.8º 0.73% 0.75% -
XYZ 27.27 14.74 50.12 -
YUV 102.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 171 51 190 0.10 0.73 0 0.25 291.8 0.58 0.47
Hex AB 33 BE A 49 0 19 124 3A 2F
Octal 253 63 276 12 111 0 31 444 72 57
Binary 10101011 110011 10111110 1010 1001001 0 11001 100100100 111010 101111

Color Harmonies of #AB33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33BE

Black with #AB33BE

Text Example


Text Example

White with #AB33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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