Html Css Color HEX #A520C6 Dark Orchid

📋 copy color: '#A520C6'

red 165 ◦ green 32 ◦ blue 198

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

Shades of Dark Orchid #A520C6

Tints of Dark Orchid #A520C6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 41.77%
G = 8.1%
B = 50.13%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A520C6 (or 0xA520C6) is known color: Dark Orchid. HEX triplet: A5, 20 and C6. RGB value is (165,32,198). Sum of RGB (Red+Green+Blue) = 165+32+198=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #A520C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520C6 is #5ADF39. Grayscale: #5A5A5A. Windows color (decimal): -5955386 or 12984485. OLE color: 12984485.

HSL color Cylindrical-coordinate representation of color #A520C6: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520C6 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 32 198 -
CMYK 0.17 0.84 0 0.22
HSL 288.07º 0.72% 0.45% -
HSV(B) 288.07º 0.84% 0.78% -
XYZ 26.23 13.11 54.57 -
YUV 90.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 165 32 198 0.17 0.84 0 0.22 288.07 0.72 0.45
Hex A5 20 C6 11 54 0 16 120 48 2D
Octal 245 40 306 21 124 0 26 440 110 55
Binary 10100101 100000 11000110 10001 1010100 0 10110 100100000 1001000 101101

Color Harmonies of #A520C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520C6

Black with #A520C6

Text Example


Text Example

White with #A520C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520C6; }

 p { color: rgb(165,32,198); }

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

background-color css

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

 a { background-color: rgb(165,32,198); }

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

border-color css

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

 span { border-color: rgb(165,32,198); }

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