Html Css Color HEX #A42EAE Dark Orchid

📋 copy color: '#A42EAE'

red 164 ◦ green 46 ◦ blue 174

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

Shades of Dark Orchid #A42EAE

Tints of Dark Orchid #A42EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 42.71%
G = 11.98%
B = 45.31%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A42EAE (or 0xA42EAE) is known color: Dark Orchid. HEX triplet: A4, 2E and AE. RGB value is (164,46,174). Sum of RGB (Red+Green+Blue) = 164+46+174=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #A42EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EAE is #5BD151. Grayscale: #5F5F5F. Windows color (decimal): -6017362 or 11415204. OLE color: 11415204.

HSL color Cylindrical-coordinate representation of color #A42EAE: hue angle of 295.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42EAE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 46 174 -
CMYK 0.06 0.74 0 0.32
HSL 295.31º 0.58% 0.43% -
HSV(B) 295.31º 0.74% 0.68% -
XYZ 23.93 12.9 41.27 -
YUV 95.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 164 46 174 0.06 0.74 0 0.32 295.31 0.58 0.43
Hex A4 2E AE 6 4A 0 20 127 3A 2B
Octal 244 56 256 6 112 0 40 447 72 53
Binary 10100100 101110 10101110 110 1001010 0 100000 100100111 111010 101011

Color Harmonies of #A42EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EAE

Black with #A42EAE

Text Example


Text Example

White with #A42EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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