Html Css Color HEX #AD2FCA Dark Orchid

📋 copy color: '#AD2FCA'

red 173 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #AD2FCA

Tints of Dark Orchid #AD2FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

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

R = 41%
G = 11.14%
B = 47.87%

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

#AD2FCA (or 0xAD2FCA) is known color: Dark Orchid. HEX triplet: AD, 2F and CA. RGB value is (173,47,202). Sum of RGB (Red+Green+Blue) = 173+47+202=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD2FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FCA is #52D035. Grayscale: #656565. Windows color (decimal): -5427254 or 13250477. OLE color: 13250477.

HSL color Cylindrical-coordinate representation of color #AD2FCA: hue angle of 288.77º degrees, saturation: 0.62, 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 #AD2FCA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 47 202 -
CMYK 0.14 0.77 0 0.21
HSL 288.77º 0.62% 0.49% -
HSV(B) 288.77º 0.77% 0.79% -
XYZ 28.91 15.18 57.28 -
YUV 102.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 173 47 202 0.14 0.77 0 0.21 288.77 0.62 0.49
Hex AD 2F CA E 4D 0 15 121 3E 31
Octal 255 57 312 16 115 0 25 441 76 61
Binary 10101101 101111 11001010 1110 1001101 0 10101 100100001 111110 110001

Color Harmonies of #AD2FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FCA

Black with #AD2FCA

Text Example


Text Example

White with #AD2FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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