Html Css Color HEX #AD2ECA Dark Orchid

📋 copy color: '#AD2ECA'

red 173 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #AD2ECA

Tints of Dark Orchid #AD2ECA

RGB

 RED value IS 173 (67.97% from 255) = 41.09%

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 41.09%
G = 10.93%
B = 47.98%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD2ECA (or 0xAD2ECA) is known color: Dark Orchid. HEX triplet: AD, 2E and CA. RGB value is (173,46,202). Sum of RGB (Red+Green+Blue) = 173+46+202=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD2ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ECA is #52D135. Grayscale: #656565. Windows color (decimal): -5427510 or 13250221. OLE color: 13250221.

HSL color Cylindrical-coordinate representation of color #AD2ECA: hue angle of 288.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2ECA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 46 202 -
CMYK 0.14 0.77 0 0.21
HSL 288.85º 0.63% 0.49% -
HSV(B) 288.85º 0.77% 0.79% -
XYZ 28.87 15.1 57.27 -
YUV 101.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 173 46 202 0.14 0.77 0 0.21 288.85 0.63 0.49
Hex AD 2E CA E 4D 0 15 121 3F 31
Octal 255 56 312 16 115 0 25 441 77 61
Binary 10101101 101110 11001010 1110 1001101 0 10101 100100001 111111 110001

Color Harmonies of #AD2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ECA

Black with #AD2ECA

Text Example


Text Example

White with #AD2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ECA; }

 p { color: rgb(173,46,202); }

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

background-color css

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

 a { background-color: rgb(173,46,202); }

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

border-color css

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

 span { border-color: rgb(173,46,202); }

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