Html Css Color HEX #A540C2 Dark Orchid

📋 copy color: '#A540C2'

red 165 ◦ green 64 ◦ blue 194

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

Shades of Dark Orchid #A540C2

Tints of Dark Orchid #A540C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 39.01%
G = 15.13%
B = 45.86%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A540C2 (or 0xA540C2) is known color: Dark Orchid. HEX triplet: A5, 40 and C2. RGB value is (165,64,194). Sum of RGB (Red+Green+Blue) = 165+64+194=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #A540C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540C2 is #5ABF3D. Grayscale: #6C6C6C. Windows color (decimal): -5947198 or 12730533. OLE color: 12730533.

HSL color Cylindrical-coordinate representation of color #A540C2: hue angle of 286.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A540C2 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 64 194 -
CMYK 0.15 0.67 0 0.24
HSL 286.62º 0.52% 0.51% -
HSV(B) 286.62º 0.67% 0.76% -
XYZ 27.09 15.56 52.61 -
YUV 109.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 165 64 194 0.15 0.67 0 0.24 286.62 0.52 0.51
Hex A5 40 C2 F 43 0 18 11F 34 33
Octal 245 100 302 17 103 0 30 437 64 63
Binary 10100101 1000000 11000010 1111 1000011 0 11000 100011111 110100 110011

Color Harmonies of #A540C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540C2

Black with #A540C2

Text Example


Text Example

White with #A540C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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