Html Css Color HEX #A309B5 Dark Violet

📋 copy color: '#A309B5'

red 163 ◦ green 9 ◦ blue 181

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

Shades of Dark Violet #A309B5

Tints of Dark Violet #A309B5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.55%

 BLUE value IS 181 (71.09% from 255) = 51.27%

R = 46.18%
G = 2.55%
B = 51.27%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A309B5 (or 0xA309B5) is known color: Dark Violet. HEX triplet: A3, 09 and B5. RGB value is (163,9,181). Sum of RGB (Red+Green+Blue) = 163+9+181=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #A309B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309B5 is #5CF64A. Grayscale: #4A4A4A. Windows color (decimal): -6092363 or 11864483. OLE color: 11864483.

HSL color Cylindrical-coordinate representation of color #A309B5: hue angle of 293.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309B5 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 9 181 -
CMYK 0.10 0.95 0 0.29
HSL 293.72º 0.91% 0.37% -
HSV(B) 293.72º 0.95% 0.71% -
XYZ 23.54 11.32 44.66 -
YUV 74.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 163 9 181 0.10 0.95 0 0.29 293.72 0.91 0.37
Hex A3 9 B5 A 5F 0 1D 126 5B 25
Octal 243 11 265 12 137 0 35 446 133 45
Binary 10100011 1001 10110101 1010 1011111 0 11101 100100110 1011011 100101

Color Harmonies of #A309B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309B5

Black with #A309B5

Text Example


Text Example

White with #A309B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309B5; }

 p { color: rgb(163,9,181); }

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

background-color css

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

 a { background-color: rgb(163,9,181); }

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

border-color css

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

 span { border-color: rgb(163,9,181); }

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