Html Css Color HEX #A42FAE Dark Orchid

📋 copy color: '#A42FAE'

red 164 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #A42FAE

Tints of Dark Orchid #A42FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

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

R = 42.6%
G = 12.21%
B = 45.19%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A42FAE (or 0xA42FAE) is known color: Dark Orchid. HEX triplet: A4, 2F and AE. RGB value is (164,47,174). Sum of RGB (Red+Green+Blue) = 164+47+174=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #A42FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42FAE is #5BD051. Grayscale: #606060. Windows color (decimal): -6017106 or 11415460. OLE color: 11415460.

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

Color convert

RGB 164 47 174 -
CMYK 0.06 0.73 0 0.32
HSL 295.28º 0.57% 0.43% -
HSV(B) 295.28º 0.73% 0.68% -
XYZ 23.97 12.98 41.29 -
YUV 96.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 164 47 174 0.06 0.73 0 0.32 295.28 0.57 0.43
Hex A4 2F AE 6 49 0 20 127 39 2B
Octal 244 57 256 6 111 0 40 447 71 53
Binary 10100100 101111 10101110 110 1001001 0 100000 100100111 111001 101011

Color Harmonies of #A42FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FAE

Black with #A42FAE

Text Example


Text Example

White with #A42FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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