Html Css Color HEX #AB2DD5 Dark Orchid

📋 copy color: '#AB2DD5'

red 171 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #AB2DD5

Tints of Dark Orchid #AB2DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.65%

R = 39.86%
G = 10.49%
B = 49.65%

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

#AB2DD5 (or 0xAB2DD5) is known color: Dark Orchid. HEX triplet: AB, 2D and D5. RGB value is (171,45,213). Sum of RGB (Red+Green+Blue) = 171+45+213=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB2DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DD5 is #54D22A. Grayscale: #656565. Windows color (decimal): -5558827 or 13970859. OLE color: 13970859.

HSL color Cylindrical-coordinate representation of color #AB2DD5: hue angle of 285º 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 #AB2DD5 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 45 213 -
CMYK 0.20 0.79 0 0.16
HSL 285º 0.67% 0.51% -
HSV(B) 285º 0.79% 0.84% -
XYZ 29.74 15.34 64.34 -
YUV 101.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 171 45 213 0.20 0.79 0 0.16 285 0.67 0.51
Hex AB 2D D5 14 4F 0 10 11D 43 33
Octal 253 55 325 24 117 0 20 435 103 63
Binary 10101011 101101 11010101 10100 1001111 0 10000 100011101 1000011 110011

Color Harmonies of #AB2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DD5

Black with #AB2DD5

Text Example


Text Example

White with #AB2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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