Html Css Color HEX #A015CF Dark Violet

📋 copy color: '#A015CF'

red 160 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #A015CF

Tints of Dark Violet #A015CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 41.24%
G = 5.41%
B = 53.35%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A015CF (or 0xA015CF) is known color: Dark Violet. HEX triplet: A0, 15 and CF. RGB value is (160,21,207). Sum of RGB (Red+Green+Blue) = 160+21+207=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #A015CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015CF is #5FEA30. Grayscale: #535353. Windows color (decimal): -6285873 or 13571488. OLE color: 13571488.

HSL color Cylindrical-coordinate representation of color #A015CF: hue angle of 284.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A015CF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 21 207 -
CMYK 0.23 0.90 0 0.19
HSL 284.84º 0.82% 0.45% -
HSV(B) 284.84º 0.9% 0.81% -
XYZ 26.03 12.51 60.08 -
YUV 83.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 160 21 207 0.23 0.90 0 0.19 284.84 0.82 0.45
Hex A0 15 CF 17 5A 0 13 11D 52 2D
Octal 240 25 317 27 132 0 23 435 122 55
Binary 10100000 10101 11001111 10111 1011010 0 10011 100011101 1010010 101101

Color Harmonies of #A015CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015CF

Black with #A015CF

Text Example


Text Example

White with #A015CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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