Html Css Color HEX #A514CC Dark Violet

📋 copy color: '#A514CC'

red 165 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #A514CC

Tints of Dark Violet #A514CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 42.42%
G = 5.14%
B = 52.44%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A514CC (or 0xA514CC) is known color: Dark Violet. HEX triplet: A5, 14 and CC. RGB value is (165,20,204). Sum of RGB (Red+Green+Blue) = 165+20+204=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #A514CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514CC is #5AEB33. Grayscale: #535353. Windows color (decimal): -5958452 or 13374629. OLE color: 13374629.

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

Color convert

RGB 165 20 204 -
CMYK 0.19 0.90 0 0.2
HSL 287.28º 0.82% 0.44% -
HSV(B) 287.28º 0.9% 0.8% -
XYZ 26.67 12.86 58.2 -
YUV 84.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 165 20 204 0.19 0.90 0 0.2 287.28 0.82 0.44
Hex A5 14 CC 13 5A 0 14 11F 52 2C
Octal 245 24 314 23 132 0 24 437 122 54
Binary 10100101 10100 11001100 10011 1011010 0 10100 100011111 1010010 101100

Color Harmonies of #A514CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514CC

Black with #A514CC

Text Example


Text Example

White with #A514CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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