Html Css Color HEX #AB2BDA Dark Orchid

📋 copy color: '#AB2BDA'

red 171 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #AB2BDA

Tints of Dark Orchid #AB2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.95%

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

R = 39.58%
G = 9.95%
B = 50.46%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB2BDA (or 0xAB2BDA) is known color: Dark Orchid. HEX triplet: AB, 2B and DA. RGB value is (171,43,218). Sum of RGB (Red+Green+Blue) = 171+43+218=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB2BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BDA is #54D425. Grayscale: #646464. Windows color (decimal): -5559334 or 14298027. OLE color: 14298027.

HSL color Cylindrical-coordinate representation of color #AB2BDA: hue angle of 283.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2BDA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 43 218 -
CMYK 0.22 0.80 0 0.15
HSL 283.89º 0.7% 0.51% -
HSV(B) 283.89º 0.8% 0.85% -
XYZ 30.31 15.45 67.71 -
YUV 101.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 171 43 218 0.22 0.80 0 0.15 283.89 0.7 0.51
Hex AB 2B DA 16 50 0 F 11C 46 33
Octal 253 53 332 26 120 0 17 434 106 63
Binary 10101011 101011 11011010 10110 1010000 0 1111 100011100 1000110 110011

Color Harmonies of #AB2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BDA

Black with #AB2BDA

Text Example


Text Example

White with #AB2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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