Html Css Color HEX #A42ACC Dark Orchid

📋 copy color: '#A42ACC'

red 164 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #A42ACC

Tints of Dark Orchid #A42ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 40%
G = 10.24%
B = 49.76%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A42ACC (or 0xA42ACC) is known color: Dark Orchid. HEX triplet: A4, 2A and CC. RGB value is (164,42,204). Sum of RGB (Red+Green+Blue) = 164+42+204=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #A42ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ACC is #5BD533. Grayscale: #606060. Windows color (decimal): -6018356 or 13380260. OLE color: 13380260.

HSL color Cylindrical-coordinate representation of color #A42ACC: hue angle of 285.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42ACC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 42 204 -
CMYK 0.20 0.79 0 0.2
HSL 285.19º 0.66% 0.48% -
HSV(B) 285.19º 0.79% 0.8% -
XYZ 27.04 13.91 58.39 -
YUV 96.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 164 42 204 0.20 0.79 0 0.2 285.19 0.66 0.48
Hex A4 2A CC 14 4F 0 14 11D 42 30
Octal 244 52 314 24 117 0 24 435 102 60
Binary 10100100 101010 11001100 10100 1001111 0 10100 100011101 1000010 110000

Color Harmonies of #A42ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ACC

Black with #A42ACC

Text Example


Text Example

White with #A42ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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