Html Css Color HEX #A43CDB Dark Orchid

📋 copy color: '#A43CDB'

red 164 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #A43CDB

Tints of Dark Orchid #A43CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 37.02%
G = 13.54%
B = 49.44%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A43CDB (or 0xA43CDB) is known color: Dark Orchid. HEX triplet: A4, 3C and DB. RGB value is (164,60,219). Sum of RGB (Red+Green+Blue) = 164+60+219=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A43CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CDB is #5BC324. Grayscale: #6C6C6C. Windows color (decimal): -6013733 or 14367908. OLE color: 14367908.

HSL color Cylindrical-coordinate representation of color #A43CDB: hue angle of 279.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43CDB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 60 219 -
CMYK 0.25 0.73 0 0.14
HSL 279.25º 0.69% 0.55% -
HSV(B) 279.25º 0.73% 0.86% -
XYZ 29.71 16.24 68.59 -
YUV 109.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 164 60 219 0.25 0.73 0 0.14 279.25 0.69 0.55
Hex A4 3C DB 19 49 0 E 117 45 37
Octal 244 74 333 31 111 0 16 427 105 67
Binary 10100100 111100 11011011 11001 1001001 0 1110 100010111 1000101 110111

Color Harmonies of #A43CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CDB

Black with #A43CDB

Text Example


Text Example

White with #A43CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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