Html Css Color HEX #A914CD Dark Violet

📋 copy color: '#A914CD'

red 169 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #A914CD

Tints of Dark Violet #A914CD

RGB

 RED value IS 169 (66.41% from 255) = 42.89%

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

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

R = 42.89%
G = 5.08%
B = 52.03%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A914CD (or 0xA914CD) is known color: Dark Violet. HEX triplet: A9, 14 and CD. RGB value is (169,20,205). Sum of RGB (Red+Green+Blue) = 169+20+205=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #A914CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914CD is #56EB32. Grayscale: #555555. Windows color (decimal): -5696307 or 13440169. OLE color: 13440169.

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

Color convert

RGB 169 20 205 -
CMYK 0.18 0.90 0 0.20
HSL 288.32º 0.82% 0.44% -
HSV(B) 288.32º 0.9% 0.8% -
XYZ 27.63 13.34 58.88 -
YUV 85.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 169 20 205 0.18 0.90 0 0.20 288.32 0.82 0.44
Hex A9 14 CD 12 5A 0 14 120 52 2C
Octal 251 24 315 22 132 0 24 440 122 54
Binary 10101001 10100 11001101 10010 1011010 0 10100 100100000 1010010 101100

Color Harmonies of #A914CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914CD

Black with #A914CD

Text Example


Text Example

White with #A914CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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