Html Css Color HEX #A512CD Dark Violet

📋 copy color: '#A512CD'

red 165 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #A512CD

Tints of Dark Violet #A512CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.64%

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

R = 42.53%
G = 4.64%
B = 52.84%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A512CD (or 0xA512CD) is known color: Dark Violet. HEX triplet: A5, 12 and CD. RGB value is (165,18,205). Sum of RGB (Red+Green+Blue) = 165+18+205=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #A512CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512CD is #5AED32. Grayscale: #525252. Windows color (decimal): -5958963 or 13439653. OLE color: 13439653.

HSL color Cylindrical-coordinate representation of color #A512CD: hue angle of 287.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A512CD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 18 205 -
CMYK 0.20 0.91 0 0.20
HSL 287.17º 0.84% 0.44% -
HSV(B) 287.17º 0.91% 0.8% -
XYZ 26.75 12.84 58.83 -
YUV 83.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 165 18 205 0.20 0.91 0 0.20 287.17 0.84 0.44
Hex A5 12 CD 14 5B 0 14 11F 54 2C
Octal 245 22 315 24 133 0 24 437 124 54
Binary 10100101 10010 11001101 10100 1011011 0 10100 100011111 1010100 101100

Color Harmonies of #A512CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512CD

Black with #A512CD

Text Example


Text Example

White with #A512CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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