Html Css Color HEX #A42DCA Dark Orchid

📋 copy color: '#A42DCA'

red 164 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #A42DCA

Tints of Dark Orchid #A42DCA

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

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

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

R = 39.9%
G = 10.95%
B = 49.15%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A42DCA (or 0xA42DCA) is known color: Dark Orchid. HEX triplet: A4, 2D and CA. RGB value is (164,45,202). Sum of RGB (Red+Green+Blue) = 164+45+202=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #A42DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DCA is #5BD235. Grayscale: #616161. Windows color (decimal): -6017590 or 13249956. OLE color: 13249956.

HSL color Cylindrical-coordinate representation of color #A42DCA: hue angle of 285.48º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42DCA is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 45 202 -
CMYK 0.19 0.78 0 0.21
HSL 285.48º 0.64% 0.48% -
HSV(B) 285.48º 0.78% 0.79% -
XYZ 26.91 14.03 57.17 -
YUV 98.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 164 45 202 0.19 0.78 0 0.21 285.48 0.64 0.48
Hex A4 2D CA 13 4E 0 15 11D 40 30
Octal 244 55 312 23 116 0 25 435 100 60
Binary 10100100 101101 11001010 10011 1001110 0 10101 100011101 1000000 110000

Color Harmonies of #A42DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42DCA

Black with #A42DCA

Text Example


Text Example

White with #A42DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42DCA; }

 p { color: rgb(164,45,202); }

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

background-color css

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

 a { background-color: rgb(164,45,202); }

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

border-color css

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

 span { border-color: rgb(164,45,202); }

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