Html Css Color HEX #AB3BDA Dark Orchid

📋 copy color: '#AB3BDA'

red 171 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #AB3BDA

Tints of Dark Orchid #AB3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.17%

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

R = 38.17%
G = 13.17%
B = 48.66%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB3BDA (or 0xAB3BDA) is known color: Dark Orchid. HEX triplet: AB, 3B and DA. RGB value is (171,59,218). Sum of RGB (Red+Green+Blue) = 171+59+218=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BDA is #54C425. Grayscale: #6E6E6E. Windows color (decimal): -5555238 or 14302123. OLE color: 14302123.

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

Color convert

RGB 171 59 218 -
CMYK 0.22 0.73 0 0.15
HSL 282.26º 0.68% 0.54% -
HSV(B) 282.26º 0.73% 0.85% -
XYZ 31.01 16.85 67.95 -
YUV 110.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 171 59 218 0.22 0.73 0 0.15 282.26 0.68 0.54
Hex AB 3B DA 16 49 0 F 11A 44 36
Octal 253 73 332 26 111 0 17 432 104 66
Binary 10101011 111011 11011010 10110 1001001 0 1111 100011010 1000100 110110

Color Harmonies of #AB3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BDA

Black with #AB3BDA

Text Example


Text Example

White with #AB3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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