Html Css Color HEX #A540CE Dark Orchid

📋 copy color: '#A540CE'

red 165 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #A540CE

Tints of Dark Orchid #A540CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

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

R = 37.93%
G = 14.71%
B = 47.36%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A540CE (or 0xA540CE) is known color: Dark Orchid. HEX triplet: A5, 40 and CE. RGB value is (165,64,206). Sum of RGB (Red+Green+Blue) = 165+64+206=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A540CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540CE is #5ABF31. Grayscale: #6D6D6D. Windows color (decimal): -5947186 or 13516965. OLE color: 13516965.

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

Color convert

RGB 165 64 206 -
CMYK 0.20 0.69 0 0.19
HSL 282.68º 0.59% 0.53% -
HSV(B) 282.68º 0.69% 0.81% -
XYZ 28.49 16.12 60 -
YUV 110.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 165 64 206 0.20 0.69 0 0.19 282.68 0.59 0.53
Hex A5 40 CE 14 45 0 13 11B 3B 35
Octal 245 100 316 24 105 0 23 433 73 65
Binary 10100101 1000000 11001110 10100 1000101 0 10011 100011011 111011 110101

Color Harmonies of #A540CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540CE

Black with #A540CE

Text Example


Text Example

White with #A540CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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