Html Css Color HEX #A015AF Dark Orchid

📋 copy color: '#A015AF'

red 160 ◦ green 21 ◦ blue 175

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

Shades of Dark Orchid #A015AF

Tints of Dark Orchid #A015AF

RGB

 RED value IS 160 (62.89% from 255) = 44.94%

 GREEN value IS 21 (8.59% from 255) = 5.9%

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

R = 44.94%
G = 5.9%
B = 49.16%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A015AF (or 0xA015AF) is known color: Dark Orchid. HEX triplet: A0, 15 and AF. RGB value is (160,21,175). Sum of RGB (Red+Green+Blue) = 160+21+175=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #A015AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A015AF is #5FEA50. Grayscale: #4F4F4F. Windows color (decimal): -6285905 or 11474336. OLE color: 11474336.

HSL color Cylindrical-coordinate representation of color #A015AF: hue angle of 294.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A015AF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 21 175 -
CMYK 0.09 0.88 0 0.31
HSL 294.16º 0.79% 0.38% -
HSV(B) 294.16º 0.88% 0.69% -
XYZ 22.5 11.11 41.51 -
YUV 80.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 160 21 175 0.09 0.88 0 0.31 294.16 0.79 0.38
Hex A0 15 AF 9 58 0 1F 126 4F 26
Octal 240 25 257 11 130 0 37 446 117 46
Binary 10100000 10101 10101111 1001 1011000 0 11111 100100110 1001111 100110

Color Harmonies of #A015AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015AF

Black with #A015AF

Text Example


Text Example

White with #A015AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015AF; }

 p { color: rgb(160,21,175); }

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

background-color css

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

 a { background-color: rgb(160,21,175); }

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

border-color css

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

 span { border-color: rgb(160,21,175); }

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