Html Css Color HEX #AB2DD6 Dark Orchid

📋 copy color: '#AB2DD6'

red 171 ◦ green 45 ◦ blue 214

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

Shades of Dark Orchid #AB2DD6

Tints of Dark Orchid #AB2DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

 BLUE value IS 214 (83.98% from 255) = 49.77%

R = 39.77%
G = 10.47%
B = 49.77%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB2DD6 (or 0xAB2DD6) is known color: Dark Orchid. HEX triplet: AB, 2D and D6. RGB value is (171,45,214). Sum of RGB (Red+Green+Blue) = 171+45+214=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB2DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DD6 is #54D229. Grayscale: #656565. Windows color (decimal): -5558826 or 14036395. OLE color: 14036395.

HSL color Cylindrical-coordinate representation of color #AB2DD6: hue angle of 284.73º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2DD6 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 45 214 -
CMYK 0.20 0.79 0 0.16
HSL 284.73º 0.67% 0.51% -
HSV(B) 284.73º 0.79% 0.84% -
XYZ 29.87 15.39 65.01 -
YUV 101.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 171 45 214 0.20 0.79 0 0.16 284.73 0.67 0.51
Hex AB 2D D6 14 4F 0 10 11D 43 33
Octal 253 55 326 24 117 0 20 435 103 63
Binary 10101011 101101 11010110 10100 1001111 0 10000 100011101 1000011 110011

Color Harmonies of #AB2DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DD6

Black with #AB2DD6

Text Example


Text Example

White with #AB2DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DD6; }

 p { color: rgb(171,45,214); }

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

background-color css

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

 a { background-color: rgb(171,45,214); }

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

border-color css

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

 span { border-color: rgb(171,45,214); }

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