Html Css Color HEX #A42AAF Dark Orchid

📋 copy color: '#A42AAF'

red 164 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #A42AAF

Tints of Dark Orchid #A42AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 43.04%
G = 11.02%
B = 45.93%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A42AAF (or 0xA42AAF) is known color: Dark Orchid. HEX triplet: A4, 2A and AF. RGB value is (164,42,175). Sum of RGB (Red+Green+Blue) = 164+42+175=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #A42AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42AAF is #5BD550. Grayscale: #5D5D5D. Windows color (decimal): -6018385 or 11479716. OLE color: 11479716.

HSL color Cylindrical-coordinate representation of color #A42AAF: hue angle of 295.04º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42AAF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 42 175 -
CMYK 0.06 0.76 0 0.31
HSL 295.04º 0.61% 0.43% -
HSV(B) 295.04º 0.76% 0.69% -
XYZ 23.88 12.64 41.74 -
YUV 93.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 164 42 175 0.06 0.76 0 0.31 295.04 0.61 0.43
Hex A4 2A AF 6 4C 0 1F 127 3D 2B
Octal 244 52 257 6 114 0 37 447 75 53
Binary 10100100 101010 10101111 110 1001100 0 11111 100100111 111101 101011

Color Harmonies of #A42AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42AAF

Black with #A42AAF

Text Example


Text Example

White with #A42AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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