Html Css Color HEX #A42AB9 Dark Orchid

📋 copy color: '#A42AB9'

red 164 ◦ green 42 ◦ blue 185

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

Shades of Dark Orchid #A42AB9

Tints of Dark Orchid #A42AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 41.94%
G = 10.74%
B = 47.31%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A42AB9 (or 0xA42AB9) is known color: Dark Orchid. HEX triplet: A4, 2A and B9. RGB value is (164,42,185). Sum of RGB (Red+Green+Blue) = 164+42+185=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #A42AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42AB9 is #5BD546. Grayscale: #5E5E5E. Windows color (decimal): -6018375 or 12135076. OLE color: 12135076.

HSL color Cylindrical-coordinate representation of color #A42AB9: hue angle of 291.19º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42AB9 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 42 185 -
CMYK 0.11 0.77 0 0.27
HSL 291.19º 0.63% 0.45% -
HSV(B) 291.19º 0.77% 0.73% -
XYZ 24.89 13.05 47.11 -
YUV 94.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 164 42 185 0.11 0.77 0 0.27 291.19 0.63 0.45
Hex A4 2A B9 B 4D 0 1B 123 3F 2D
Octal 244 52 271 13 115 0 33 443 77 55
Binary 10100100 101010 10111001 1011 1001101 0 11011 100100011 111111 101101

Color Harmonies of #A42AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42AB9

Black with #A42AB9

Text Example


Text Example

White with #A42AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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