Html Css Color HEX #A42ACE Dark Orchid

📋 copy color: '#A42ACE'

red 164 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #A42ACE

Tints of Dark Orchid #A42ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.19%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 39.81%
G = 10.19%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A42ACE (or 0xA42ACE) is known color: Dark Orchid. HEX triplet: A4, 2A and CE. RGB value is (164,42,206). Sum of RGB (Red+Green+Blue) = 164+42+206=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #A42ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ACE is #5BD531. Grayscale: #606060. Windows color (decimal): -6018354 or 13511332. OLE color: 13511332.

HSL color Cylindrical-coordinate representation of color #A42ACE: hue angle of 284.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42ACE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 42 206 -
CMYK 0.20 0.80 0 0.19
HSL 284.63º 0.66% 0.49% -
HSV(B) 284.63º 0.8% 0.81% -
XYZ 27.28 14 59.66 -
YUV 97.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 164 42 206 0.20 0.80 0 0.19 284.63 0.66 0.49
Hex A4 2A CE 14 50 0 13 11D 42 31
Octal 244 52 316 24 120 0 23 435 102 61
Binary 10100100 101010 11001110 10100 1010000 0 10011 100011101 1000010 110001

Color Harmonies of #A42ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ACE

Black with #A42ACE

Text Example


Text Example

White with #A42ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ACE; }

 p { color: rgb(164,42,206); }

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

background-color css

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

 a { background-color: rgb(164,42,206); }

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

border-color css

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

 span { border-color: rgb(164,42,206); }

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