Html Css Color HEX #A43CB9 Dark Orchid

📋 copy color: '#A43CB9'

red 164 ◦ green 60 ◦ blue 185

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

Shades of Dark Orchid #A43CB9

Tints of Dark Orchid #A43CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

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

R = 40.1%
G = 14.67%
B = 45.23%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A43CB9 (or 0xA43CB9) is known color: Dark Orchid. HEX triplet: A4, 3C and B9. RGB value is (164,60,185). Sum of RGB (Red+Green+Blue) = 164+60+185=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #A43CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CB9 is #5BC346. Grayscale: #686868. Windows color (decimal): -6013767 or 12139684. OLE color: 12139684.

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

Color convert

RGB 164 60 185 -
CMYK 0.11 0.68 0 0.27
HSL 289.92º 0.51% 0.48% -
HSV(B) 289.92º 0.68% 0.73% -
XYZ 25.68 14.63 47.37 -
YUV 105.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 164 60 185 0.11 0.68 0 0.27 289.92 0.51 0.48
Hex A4 3C B9 B 44 0 1B 122 33 30
Octal 244 74 271 13 104 0 33 442 63 60
Binary 10100100 111100 10111001 1011 1000100 0 11011 100100010 110011 110000

Color Harmonies of #A43CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CB9

Black with #A43CB9

Text Example


Text Example

White with #A43CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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