Html Css Color HEX #A520C7 Dark Orchid

📋 copy color: '#A520C7'

red 165 ◦ green 32 ◦ blue 199

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

Shades of Dark Orchid #A520C7

Tints of Dark Orchid #A520C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 41.67%
G = 8.08%
B = 50.25%

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

#A520C7 (or 0xA520C7) is known color: Dark Orchid. HEX triplet: A5, 20 and C7. RGB value is (165,32,199). Sum of RGB (Red+Green+Blue) = 165+32+199=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #A520C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520C7 is #5ADF38. Grayscale: #5A5A5A. Windows color (decimal): -5955385 or 13050021. OLE color: 13050021.

HSL color Cylindrical-coordinate representation of color #A520C7: hue angle of 287.78º 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 #A520C7 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 32 199 -
CMYK 0.17 0.84 0 0.22
HSL 287.78º 0.72% 0.45% -
HSV(B) 287.78º 0.84% 0.78% -
XYZ 26.34 13.16 55.18 -
YUV 90.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 165 32 199 0.17 0.84 0 0.22 287.78 0.72 0.45
Hex A5 20 C7 11 54 0 16 120 48 2D
Octal 245 40 307 21 124 0 26 440 110 55
Binary 10100101 100000 11000111 10001 1010100 0 10110 100100000 1001000 101101

Color Harmonies of #A520C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520C7

Black with #A520C7

Text Example


Text Example

White with #A520C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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