Html Css Color HEX #AB33BF Dark Orchid

📋 copy color: '#AB33BF'

red 171 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #AB33BF

Tints of Dark Orchid #AB33BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 41.4%
G = 12.35%
B = 46.25%

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

#AB33BF (or 0xAB33BF) is known color: Dark Orchid. HEX triplet: AB, 33 and BF. RGB value is (171,51,191). Sum of RGB (Red+Green+Blue) = 171+51+191=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33BF is #54CC40. Grayscale: #666666. Windows color (decimal): -5557313 or 12530603. OLE color: 12530603.

HSL color Cylindrical-coordinate representation of color #AB33BF: hue angle of 291.43º 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 #AB33BF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 51 191 -
CMYK 0.10 0.73 0 0.25
HSL 291.43º 0.58% 0.47% -
HSV(B) 291.43º 0.73% 0.75% -
XYZ 27.38 14.79 50.7 -
YUV 102.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 171 51 191 0.10 0.73 0 0.25 291.43 0.58 0.47
Hex AB 33 BF A 49 0 19 123 3A 2F
Octal 253 63 277 12 111 0 31 443 72 57
Binary 10101011 110011 10111111 1010 1001001 0 11001 100100011 111010 101111

Color Harmonies of #AB33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33BF

Black with #AB33BF

Text Example


Text Example

White with #AB33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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