Html Css Color HEX #AB2ECD Dark Orchid

📋 copy color: '#AB2ECD'

red 171 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #AB2ECD

Tints of Dark Orchid #AB2ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.9%

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

R = 40.52%
G = 10.9%
B = 48.58%

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

#AB2ECD (or 0xAB2ECD) is known color: Dark Orchid. HEX triplet: AB, 2E and CD. RGB value is (171,46,205). Sum of RGB (Red+Green+Blue) = 171+46+205=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ECD is #54D132. Grayscale: #646464. Windows color (decimal): -5558579 or 13446827. OLE color: 13446827.

HSL color Cylindrical-coordinate representation of color #AB2ECD: hue angle of 287.17º degrees, saturation: 0.63, 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 #AB2ECD is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 46 205 -
CMYK 0.17 0.78 0 0.20
HSL 287.17º 0.63% 0.49% -
HSV(B) 287.17º 0.78% 0.8% -
XYZ 28.79 15.02 59.14 -
YUV 101.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 171 46 205 0.17 0.78 0 0.20 287.17 0.63 0.49
Hex AB 2E CD 11 4E 0 14 11F 3F 31
Octal 253 56 315 21 116 0 24 437 77 61
Binary 10101011 101110 11001101 10001 1001110 0 10100 100011111 111111 110001

Color Harmonies of #AB2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ECD

Black with #AB2ECD

Text Example


Text Example

White with #AB2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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