Html Css Color HEX #A43CB8 Dark Orchid

📋 copy color: '#A43CB8'

red 164 ◦ green 60 ◦ blue 184

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

Shades of Dark Orchid #A43CB8

Tints of Dark Orchid #A43CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 40.2%
G = 14.71%
B = 45.1%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A43CB8 (or 0xA43CB8) is known color: Dark Orchid. HEX triplet: A4, 3C and B8. RGB value is (164,60,184). Sum of RGB (Red+Green+Blue) = 164+60+184=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #A43CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CB8 is #5BC347. Grayscale: #686868. Windows color (decimal): -6013768 or 12074148. OLE color: 12074148.

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

Color convert

RGB 164 60 184 -
CMYK 0.11 0.67 0 0.28
HSL 290.32º 0.51% 0.48% -
HSV(B) 290.32º 0.67% 0.72% -
XYZ 25.58 14.58 46.81 -
YUV 105.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 164 60 184 0.11 0.67 0 0.28 290.32 0.51 0.48
Hex A4 3C B8 B 43 0 1C 122 33 30
Octal 244 74 270 13 103 0 34 442 63 60
Binary 10100100 111100 10111000 1011 1000011 0 11100 100100010 110011 110000

Color Harmonies of #A43CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CB8

Black with #A43CB8

Text Example


Text Example

White with #A43CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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