Html Css Color HEX #A43CCE Dark Orchid

📋 copy color: '#A43CCE'

red 164 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #A43CCE

Tints of Dark Orchid #A43CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 38.14%
G = 13.95%
B = 47.91%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A43CCE (or 0xA43CCE) is known color: Dark Orchid. HEX triplet: A4, 3C and CE. RGB value is (164,60,206). Sum of RGB (Red+Green+Blue) = 164+60+206=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #A43CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CCE is #5BC331. Grayscale: #6B6B6B. Windows color (decimal): -6013746 or 13515940. OLE color: 13515940.

HSL color Cylindrical-coordinate representation of color #A43CCE: hue angle of 282.74º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43CCE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 60 206 -
CMYK 0.20 0.71 0 0.19
HSL 282.74º 0.6% 0.52% -
HSV(B) 282.74º 0.71% 0.81% -
XYZ 28.07 15.58 59.92 -
YUV 107.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 164 60 206 0.20 0.71 0 0.19 282.74 0.6 0.52
Hex A4 3C CE 14 47 0 13 11B 3C 34
Octal 244 74 316 24 107 0 23 433 74 64
Binary 10100100 111100 11001110 10100 1000111 0 10011 100011011 111100 110100

Color Harmonies of #A43CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43CCE

Black with #A43CCE

Text Example


Text Example

White with #A43CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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