Html Css Color HEX #A813B4 Dark Violet

📋 copy color: '#A813B4'

red 168 ◦ green 19 ◦ blue 180

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

Shades of Dark Violet #A813B4

Tints of Dark Violet #A813B4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.18%

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 45.78%
G = 5.18%
B = 49.05%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A813B4 (or 0xA813B4) is known color: Dark Violet. HEX triplet: A8, 13 and B4. RGB value is (168,19,180). Sum of RGB (Red+Green+Blue) = 168+19+180=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #A813B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813B4 is #57EC4B. Grayscale: #515151. Windows color (decimal): -5762124 or 11801512. OLE color: 11801512.

HSL color Cylindrical-coordinate representation of color #A813B4: hue angle of 295.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813B4 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 19 180 -
CMYK 0.07 0.89 0 0.29
HSL 295.53º 0.81% 0.39% -
HSV(B) 295.53º 0.89% 0.71% -
XYZ 24.62 12.09 44.22 -
YUV 81.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 168 19 180 0.07 0.89 0 0.29 295.53 0.81 0.39
Hex A8 13 B4 7 59 0 1D 128 51 27
Octal 250 23 264 7 131 0 35 450 121 47
Binary 10101000 10011 10110100 111 1011001 0 11101 100101000 1010001 100111

Color Harmonies of #A813B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813B4

Black with #A813B4

Text Example


Text Example

White with #A813B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813B4; }

 p { color: rgb(168,19,180); }

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

background-color css

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

 a { background-color: rgb(168,19,180); }

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

border-color css

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

 span { border-color: rgb(168,19,180); }

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