Html Css Color HEX #A42EAB Dark Orchid

📋 copy color: '#A42EAB'

red 164 ◦ green 46 ◦ blue 171

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

Shades of Dark Orchid #A42EAB

Tints of Dark Orchid #A42EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 43.04%
G = 12.07%
B = 44.88%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42EAB (or 0xA42EAB) is known color: Dark Orchid. HEX triplet: A4, 2E and AB. RGB value is (164,46,171). Sum of RGB (Red+Green+Blue) = 164+46+171=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A42EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EAB is #5BD154. Grayscale: #5F5F5F. Windows color (decimal): -6017365 or 11218596. OLE color: 11218596.

HSL color Cylindrical-coordinate representation of color #A42EAB: hue angle of 296.64º 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 #A42EAB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 46 171 -
CMYK 0.04 0.73 0 0.33
HSL 296.64º 0.58% 0.43% -
HSV(B) 296.64º 0.73% 0.67% -
XYZ 23.64 12.79 39.75 -
YUV 95.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 164 46 171 0.04 0.73 0 0.33 296.64 0.58 0.43
Hex A4 2E AB 4 49 0 21 129 3A 2B
Octal 244 56 253 4 111 0 41 451 72 53
Binary 10100100 101110 10101011 100 1001001 0 100001 100101001 111010 101011

Color Harmonies of #A42EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EAB

Black with #A42EAB

Text Example


Text Example

White with #A42EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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