Html Css Color HEX #A806E6 Dark Violet

📋 copy color: '#A806E6'

red 168 ◦ green 6 ◦ blue 230

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

Shades of Dark Violet #A806E6

Tints of Dark Violet #A806E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 230 (90.23% from 255) = 56.93%

R = 41.58%
G = 1.49%
B = 56.93%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A806E6 (or 0xA806E6) is known color: Dark Violet. HEX triplet: A8, 06 and E6. RGB value is (168,6,230). Sum of RGB (Red+Green+Blue) = 168+6+230=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #A806E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806E6 is #57F919. Grayscale: #4F4F4F. Windows color (decimal): -5765402 or 15074984. OLE color: 15074984.

HSL color Cylindrical-coordinate representation of color #A806E6: hue angle of 283.39º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806E6 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 6 230 -
CMYK 0.27 0.97 0 0.10
HSL 283.39º 0.95% 0.46% -
HSV(B) 283.39º 0.97% 0.9% -
XYZ 30.5 14.17 75.99 -
YUV 79.97 212.67 190.79 -
System Red Green Blue C M Y K H S L
Decimal 168 6 230 0.27 0.97 0 0.10 283.39 0.95 0.46
Hex A8 6 E6 1B 61 0 A 11B 5F 2E
Octal 250 6 346 33 141 0 12 433 137 56
Binary 10101000 110 11100110 11011 1100001 0 1010 100011011 1011111 101110

Color Harmonies of #A806E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A806E6

Black with #A806E6

Text Example


Text Example

White with #A806E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A806E6; }

 p { color: rgb(168,6,230); }

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

background-color css

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

 a { background-color: rgb(168,6,230); }

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

border-color css

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

 span { border-color: rgb(168,6,230); }

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