Html Css Color HEX #A540CC Dark Orchid

📋 copy color: '#A540CC'

red 165 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #A540CC

Tints of Dark Orchid #A540CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 38.11%
G = 14.78%
B = 47.11%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A540CC (or 0xA540CC) is known color: Dark Orchid. HEX triplet: A5, 40 and CC. RGB value is (165,64,204). Sum of RGB (Red+Green+Blue) = 165+64+204=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A540CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540CC is #5ABF33. Grayscale: #6D6D6D. Windows color (decimal): -5947188 or 13385893. OLE color: 13385893.

HSL color Cylindrical-coordinate representation of color #A540CC: hue angle of 283.29º degrees, saturation: 0.58, 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 #A540CC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 64 204 -
CMYK 0.19 0.69 0 0.2
HSL 283.29º 0.58% 0.53% -
HSV(B) 283.29º 0.69% 0.8% -
XYZ 28.25 16.03 58.73 -
YUV 110.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 165 64 204 0.19 0.69 0 0.2 283.29 0.58 0.53
Hex A5 40 CC 13 45 0 14 11B 3A 35
Octal 245 100 314 23 105 0 24 433 72 65
Binary 10100101 1000000 11001100 10011 1000101 0 10100 100011011 111010 110101

Color Harmonies of #A540CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540CC

Black with #A540CC

Text Example


Text Example

White with #A540CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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