Html Css Color HEX #A514CD Dark Violet

📋 copy color: '#A514CD'

red 165 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #A514CD

Tints of Dark Violet #A514CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 42.31%
G = 5.13%
B = 52.56%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A514CD (or 0xA514CD) is known color: Dark Violet. HEX triplet: A5, 14 and CD. RGB value is (165,20,205). Sum of RGB (Red+Green+Blue) = 165+20+205=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #A514CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514CD is #5AEB32. Grayscale: #535353. Windows color (decimal): -5958451 or 13440165. OLE color: 13440165.

HSL color Cylindrical-coordinate representation of color #A514CD: hue angle of 287.03º 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 #A514CD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 20 205 -
CMYK 0.20 0.90 0 0.20
HSL 287.03º 0.82% 0.44% -
HSV(B) 287.03º 0.9% 0.8% -
XYZ 26.79 12.91 58.84 -
YUV 84.45 196.04 185.46 -
System Red Green Blue C M Y K H S L
Decimal 165 20 205 0.20 0.90 0 0.20 287.03 0.82 0.44
Hex A5 14 CD 14 5A 0 14 11F 52 2C
Octal 245 24 315 24 132 0 24 437 122 54
Binary 10100101 10100 11001101 10100 1011010 0 10100 100011111 1010010 101100

Color Harmonies of #A514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514CD

Black with #A514CD

Text Example


Text Example

White with #A514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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