Html Css Color HEX #A43AB9 Dark Orchid

📋 copy color: '#A43AB9'

red 164 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #A43AB9

Tints of Dark Orchid #A43AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

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

R = 40.29%
G = 14.25%
B = 45.45%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A43AB9 (or 0xA43AB9) is known color: Dark Orchid. HEX triplet: A4, 3A and B9. RGB value is (164,58,185). Sum of RGB (Red+Green+Blue) = 164+58+185=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A43AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AB9 is #5BC546. Grayscale: #676767. Windows color (decimal): -6014279 or 12139172. OLE color: 12139172.

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

Color convert

RGB 164 58 185 -
CMYK 0.11 0.69 0 0.27
HSL 290.08º 0.52% 0.48% -
HSV(B) 290.08º 0.69% 0.73% -
XYZ 25.58 14.42 47.33 -
YUV 104.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 164 58 185 0.11 0.69 0 0.27 290.08 0.52 0.48
Hex A4 3A B9 B 45 0 1B 122 34 30
Octal 244 72 271 13 105 0 33 442 64 60
Binary 10100100 111010 10111001 1011 1000101 0 11011 100100010 110100 110000

Color Harmonies of #A43AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43AB9

Black with #A43AB9

Text Example


Text Example

White with #A43AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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