Html Css Color HEX #AB33DA Dark Orchid

📋 copy color: '#AB33DA'

red 171 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #AB33DA

Tints of Dark Orchid #AB33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 38.86%
G = 11.59%
B = 49.55%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB33DA (or 0xAB33DA) is known color: Dark Orchid. HEX triplet: AB, 33 and DA. RGB value is (171,51,218). Sum of RGB (Red+Green+Blue) = 171+51+218=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB33DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DA is #54CC25. Grayscale: #696969. Windows color (decimal): -5557286 or 14300075. OLE color: 14300075.

HSL color Cylindrical-coordinate representation of color #AB33DA: hue angle of 283.11º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB33DA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 51 218 -
CMYK 0.22 0.77 0 0.15
HSL 283.11º 0.69% 0.53% -
HSV(B) 283.11º 0.77% 0.85% -
XYZ 30.63 16.09 67.82 -
YUV 105.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 171 51 218 0.22 0.77 0 0.15 283.11 0.69 0.53
Hex AB 33 DA 16 4D 0 F 11B 45 35
Octal 253 63 332 26 115 0 17 433 105 65
Binary 10101011 110011 11011010 10110 1001101 0 1111 100011011 1000101 110101

Color Harmonies of #AB33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33DA

Black with #AB33DA

Text Example


Text Example

White with #AB33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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