Html Css Color HEX #A543CE Dark Orchid

📋 copy color: '#A543CE'

red 165 ◦ green 67 ◦ blue 206

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

Shades of Dark Orchid #A543CE

Tints of Dark Orchid #A543CE

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

 GREEN value IS 67 (26.56% from 255) = 15.3%

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

R = 37.67%
G = 15.3%
B = 47.03%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A543CE (or 0xA543CE) is known color: Dark Orchid. HEX triplet: A5, 43 and CE. RGB value is (165,67,206). Sum of RGB (Red+Green+Blue) = 165+67+206=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #A543CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543CE is #5ABC31. Grayscale: #6F6F6F. Windows color (decimal): -5946418 or 13517733. OLE color: 13517733.

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

Color convert

RGB 165 67 206 -
CMYK 0.20 0.67 0 0.19
HSL 282.3º 0.59% 0.54% -
HSV(B) 282.3º 0.67% 0.81% -
XYZ 28.66 16.47 60.06 -
YUV 112.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 165 67 206 0.20 0.67 0 0.19 282.3 0.59 0.54
Hex A5 43 CE 14 43 0 13 11A 3B 36
Octal 245 103 316 24 103 0 23 432 73 66
Binary 10100101 1000011 11001110 10100 1000011 0 10011 100011010 111011 110110

Color Harmonies of #A543CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A543CE

Black with #A543CE

Text Example


Text Example

White with #A543CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A543CE; }

 p { color: rgb(165,67,206); }

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

background-color css

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

 a { background-color: rgb(165,67,206); }

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

border-color css

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

 span { border-color: rgb(165,67,206); }

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