Html Css Color HEX #A514CA Dark Violet

📋 copy color: '#A514CA'

red 165 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #A514CA

Tints of Dark Violet #A514CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 42.64%
G = 5.17%
B = 52.2%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A514CA (or 0xA514CA) is known color: Dark Violet. HEX triplet: A5, 14 and CA. RGB value is (165,20,202). Sum of RGB (Red+Green+Blue) = 165+20+202=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #A514CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514CA is #5AEB35. Grayscale: #535353. Windows color (decimal): -5958454 or 13243557. OLE color: 13243557.

HSL color Cylindrical-coordinate representation of color #A514CA: hue angle of 287.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A514CA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 20 202 -
CMYK 0.18 0.90 0 0.21
HSL 287.8º 0.82% 0.44% -
HSV(B) 287.8º 0.9% 0.79% -
XYZ 26.43 12.76 56.95 -
YUV 84.1 194.54 185.7 -
System Red Green Blue C M Y K H S L
Decimal 165 20 202 0.18 0.90 0 0.21 287.8 0.82 0.44
Hex A5 14 CA 12 5A 0 15 120 52 2C
Octal 245 24 312 22 132 0 25 440 122 54
Binary 10100101 10100 11001010 10010 1011010 0 10101 100100000 1010010 101100

Color Harmonies of #A514CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514CA

Black with #A514CA

Text Example


Text Example

White with #A514CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514CA; }

 p { color: rgb(165,20,202); }

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

background-color css

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

 a { background-color: rgb(165,20,202); }

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

border-color css

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

 span { border-color: rgb(165,20,202); }

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