Html Css Color HEX #AB2DCD Dark Orchid

📋 copy color: '#AB2DCD'

red 171 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #AB2DCD

Tints of Dark Orchid #AB2DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 40.62%
G = 10.69%
B = 48.69%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB2DCD (or 0xAB2DCD) is known color: Dark Orchid. HEX triplet: AB, 2D and CD. RGB value is (171,45,205). Sum of RGB (Red+Green+Blue) = 171+45+205=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DCD is #54D232. Grayscale: #646464. Windows color (decimal): -5558835 or 13446571. OLE color: 13446571.

HSL color Cylindrical-coordinate representation of color #AB2DCD: hue angle of 287.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2DCD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 45 205 -
CMYK 0.17 0.78 0 0.20
HSL 287.25º 0.64% 0.49% -
HSV(B) 287.25º 0.78% 0.8% -
XYZ 28.75 14.94 59.13 -
YUV 100.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 171 45 205 0.17 0.78 0 0.20 287.25 0.64 0.49
Hex AB 2D CD 11 4E 0 14 11F 40 31
Octal 253 55 315 21 116 0 24 437 100 61
Binary 10101011 101101 11001101 10001 1001110 0 10100 100011111 1000000 110001

Color Harmonies of #AB2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DCD

Black with #AB2DCD

Text Example


Text Example

White with #AB2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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