Html Css Color HEX #A540CD Dark Orchid

📋 copy color: '#A540CD'

red 165 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #A540CD

Tints of Dark Orchid #A540CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 38.02%
G = 14.75%
B = 47.24%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A540CD (or 0xA540CD) is known color: Dark Orchid. HEX triplet: A5, 40 and CD. RGB value is (165,64,205). Sum of RGB (Red+Green+Blue) = 165+64+205=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A540CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540CD is #5ABF32. Grayscale: #6D6D6D. Windows color (decimal): -5947187 or 13451429. OLE color: 13451429.

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

Color convert

RGB 165 64 205 -
CMYK 0.20 0.69 0 0.20
HSL 282.98º 0.59% 0.53% -
HSV(B) 282.98º 0.69% 0.8% -
XYZ 28.37 16.07 59.36 -
YUV 110.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 165 64 205 0.20 0.69 0 0.20 282.98 0.59 0.53
Hex A5 40 CD 14 45 0 14 11B 3B 35
Octal 245 100 315 24 105 0 24 433 73 65
Binary 10100101 1000000 11001101 10100 1000101 0 10100 100011011 111011 110101

Color Harmonies of #A540CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540CD

Black with #A540CD

Text Example


Text Example

White with #A540CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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