Html Css Color HEX #A520AF Dark Orchid

📋 copy color: '#A520AF'

red 165 ◦ green 32 ◦ blue 175

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

Shades of Dark Orchid #A520AF

Tints of Dark Orchid #A520AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 44.35%
G = 8.6%
B = 47.04%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A520AF (or 0xA520AF) is known color: Dark Orchid. HEX triplet: A5, 20 and AF. RGB value is (165,32,175). Sum of RGB (Red+Green+Blue) = 165+32+175=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #A520AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A520AF is #5ADF50. Grayscale: #575757. Windows color (decimal): -5955409 or 11477157. OLE color: 11477157.

HSL color Cylindrical-coordinate representation of color #A520AF: hue angle of 295.8º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A520AF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 32 175 -
CMYK 0.06 0.82 0 0.31
HSL 295.8º 0.69% 0.41% -
HSV(B) 295.8º 0.82% 0.69% -
XYZ 23.77 12.13 41.65 -
YUV 88.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 165 32 175 0.06 0.82 0 0.31 295.8 0.69 0.41
Hex A5 20 AF 6 52 0 1F 128 45 29
Octal 245 40 257 6 122 0 37 450 105 51
Binary 10100101 100000 10101111 110 1010010 0 11111 100101000 1000101 101001

Color Harmonies of #A520AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520AF

Black with #A520AF

Text Example


Text Example

White with #A520AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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