Html Css Color HEX #A812CD Dark Violet

📋 copy color: '#A812CD'

red 168 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #A812CD

Tints of Dark Violet #A812CD

RGB

 RED value IS 168 (66.02% from 255) = 42.97%

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

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

R = 42.97%
G = 4.6%
B = 52.43%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A812CD (or 0xA812CD) is known color: Dark Violet. HEX triplet: A8, 12 and CD. RGB value is (168,18,205). Sum of RGB (Red+Green+Blue) = 168+18+205=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #A812CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812CD is #57ED32. Grayscale: #535353. Windows color (decimal): -5762355 or 13439656. OLE color: 13439656.

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

Color convert

RGB 168 18 205 -
CMYK 0.18 0.91 0 0.20
HSL 288.13º 0.84% 0.44% -
HSV(B) 288.13º 0.91% 0.8% -
XYZ 27.38 13.17 58.86 -
YUV 84.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 168 18 205 0.18 0.91 0 0.20 288.13 0.84 0.44
Hex A8 12 CD 12 5B 0 14 120 54 2C
Octal 250 22 315 22 133 0 24 440 124 54
Binary 10101000 10010 11001101 10010 1011011 0 10100 100100000 1010100 101100

Color Harmonies of #A812CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812CD

Black with #A812CD

Text Example


Text Example

White with #A812CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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