Html Css Color HEX #A306E2 Dark Violet

📋 copy color: '#A306E2'

red 163 ◦ green 6 ◦ blue 226

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

Shades of Dark Violet #A306E2

Tints of Dark Violet #A306E2

RGB

 RED value IS 163 (64.06% from 255) = 41.27%

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

 BLUE value IS 226 (88.67% from 255) = 57.22%

R = 41.27%
G = 1.52%
B = 57.22%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A306E2 (or 0xA306E2) is known color: Dark Violet. HEX triplet: A3, 06 and E2. RGB value is (163,6,226). Sum of RGB (Red+Green+Blue) = 163+6+226=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #A306E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306E2 is #5CF91D. Grayscale: #4D4D4D. Windows color (decimal): -6093086 or 14812835. OLE color: 14812835.

HSL color Cylindrical-coordinate representation of color #A306E2: hue angle of 282.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306E2 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 6 226 -
CMYK 0.28 0.97 0 0.11
HSL 282.82º 0.95% 0.45% -
HSV(B) 282.82º 0.97% 0.89% -
XYZ 28.9 13.41 73.02 -
YUV 78.02 211.51 188.61 -
System Red Green Blue C M Y K H S L
Decimal 163 6 226 0.28 0.97 0 0.11 282.82 0.95 0.45
Hex A3 6 E2 1C 61 0 B 11B 5F 2D
Octal 243 6 342 34 141 0 13 433 137 55
Binary 10100011 110 11100010 11100 1100001 0 1011 100011011 1011111 101101

Color Harmonies of #A306E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A306E2

Black with #A306E2

Text Example


Text Example

White with #A306E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A306E2; }

 p { color: rgb(163,6,226); }

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

background-color css

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

 a { background-color: rgb(163,6,226); }

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

border-color css

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

 span { border-color: rgb(163,6,226); }

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