Html Css Color HEX #A540CA Dark Orchid

📋 copy color: '#A540CA'

red 165 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #A540CA

Tints of Dark Orchid #A540CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 38.28%
G = 14.85%
B = 46.87%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A540CA (or 0xA540CA) is known color: Dark Orchid. HEX triplet: A5, 40 and CA. RGB value is (165,64,202). Sum of RGB (Red+Green+Blue) = 165+64+202=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #A540CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540CA is #5ABF35. Grayscale: #6D6D6D. Windows color (decimal): -5947190 or 13254821. OLE color: 13254821.

HSL color Cylindrical-coordinate representation of color #A540CA: hue angle of 283.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A540CA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 64 202 -
CMYK 0.18 0.68 0 0.21
HSL 283.91º 0.57% 0.52% -
HSV(B) 283.91º 0.68% 0.79% -
XYZ 28.01 15.93 57.48 -
YUV 109.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 165 64 202 0.18 0.68 0 0.21 283.91 0.57 0.52
Hex A5 40 CA 12 44 0 15 11C 39 34
Octal 245 100 312 22 104 0 25 434 71 64
Binary 10100101 1000000 11001010 10010 1000100 0 10101 100011100 111001 110100

Color Harmonies of #A540CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540CA

Black with #A540CA

Text Example


Text Example

White with #A540CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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