Html Css Color HEX #A42EAC Dark Orchid

📋 copy color: '#A42EAC'

red 164 ◦ green 46 ◦ blue 172

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

Shades of Dark Orchid #A42EAC

Tints of Dark Orchid #A42EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 42.93%
G = 12.04%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42EAC (or 0xA42EAC) is known color: Dark Orchid. HEX triplet: A4, 2E and AC. RGB value is (164,46,172). Sum of RGB (Red+Green+Blue) = 164+46+172=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A42EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EAC is #5BD153. Grayscale: #5F5F5F. Windows color (decimal): -6017364 or 11284132. OLE color: 11284132.

HSL color Cylindrical-coordinate representation of color #A42EAC: hue angle of 296.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42EAC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 46 172 -
CMYK 0.05 0.73 0 0.33
HSL 296.19º 0.58% 0.43% -
HSV(B) 296.19º 0.73% 0.67% -
XYZ 23.73 12.83 40.25 -
YUV 95.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 164 46 172 0.05 0.73 0 0.33 296.19 0.58 0.43
Hex A4 2E AC 5 49 0 21 128 3A 2B
Octal 244 56 254 5 111 0 41 450 72 53
Binary 10100100 101110 10101100 101 1001001 0 100001 100101000 111010 101011

Color Harmonies of #A42EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EAC

Black with #A42EAC

Text Example


Text Example

White with #A42EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EAC; }

 p { color: rgb(164,46,172); }

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

background-color css

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

 a { background-color: rgb(164,46,172); }

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

border-color css

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

 span { border-color: rgb(164,46,172); }

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