Html Css Color HEX #A512BC Dark Violet

📋 copy color: '#A512BC'

red 165 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #A512BC

Tints of Dark Violet #A512BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 44.47%
G = 4.85%
B = 50.67%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A512BC (or 0xA512BC) is known color: Dark Violet. HEX triplet: A5, 12 and BC. RGB value is (165,18,188). Sum of RGB (Red+Green+Blue) = 165+18+188=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #A512BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512BC is #5AED43. Grayscale: #505050. Windows color (decimal): -5958980 or 12325541. OLE color: 12325541.

HSL color Cylindrical-coordinate representation of color #A512BC: hue angle of 291.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A512BC is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 18 188 -
CMYK 0.12 0.90 0 0.26
HSL 291.88º 0.83% 0.4% -
HSV(B) 291.88º 0.9% 0.74% -
XYZ 24.81 12.06 48.6 -
YUV 81.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 165 18 188 0.12 0.90 0 0.26 291.88 0.83 0.4
Hex A5 12 BC C 5A 0 1A 124 53 28
Octal 245 22 274 14 132 0 32 444 123 50
Binary 10100101 10010 10111100 1100 1011010 0 11010 100100100 1010011 101000

Color Harmonies of #A512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512BC

Black with #A512BC

Text Example


Text Example

White with #A512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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