Html Css Color HEX #A309CB Dark Violet

📋 copy color: '#A309CB'

red 163 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #A309CB

Tints of Dark Violet #A309CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 43.47%
G = 2.4%
B = 54.13%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A309CB (or 0xA309CB) is known color: Dark Violet. HEX triplet: A3, 09 and CB. RGB value is (163,9,203). Sum of RGB (Red+Green+Blue) = 163+9+203=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A309CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309CB is #5CF634. Grayscale: #4C4C4C. Windows color (decimal): -6092341 or 13306275. OLE color: 13306275.

HSL color Cylindrical-coordinate representation of color #A309CB: hue angle of 287.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309CB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 9 203 -
CMYK 0.20 0.96 0 0.20
HSL 287.63º 0.92% 0.42% -
HSV(B) 287.63º 0.96% 0.8% -
XYZ 25.98 12.29 57.5 -
YUV 77.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 163 9 203 0.20 0.96 0 0.20 287.63 0.92 0.42
Hex A3 9 CB 14 60 0 14 120 5C 2A
Octal 243 11 313 24 140 0 24 440 134 52
Binary 10100011 1001 11001011 10100 1100000 0 10100 100100000 1011100 101010

Color Harmonies of #A309CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A309CB

Black with #A309CB

Text Example


Text Example

White with #A309CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A309CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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