Html Css Color HEX #A305CE Dark Violet

📋 copy color: '#A305CE'

red 163 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #A305CE

Tints of Dark Violet #A305CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 43.58%
G = 1.34%
B = 55.08%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A305CE (or 0xA305CE) is known color: Dark Violet. HEX triplet: A3, 05 and CE. RGB value is (163,5,206). Sum of RGB (Red+Green+Blue) = 163+5+206=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #A305CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305CE is #5CFA31. Grayscale: #4A4A4A. Windows color (decimal): -6093362 or 13501859. OLE color: 13501859.

HSL color Cylindrical-coordinate representation of color #A305CE: hue angle of 287.16º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305CE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 5 206 -
CMYK 0.21 0.98 0 0.19
HSL 287.16º 0.95% 0.41% -
HSV(B) 287.16º 0.98% 0.81% -
XYZ 26.3 12.35 59.39 -
YUV 75.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 163 5 206 0.21 0.98 0 0.19 287.16 0.95 0.41
Hex A3 5 CE 15 62 0 13 11F 5F 29
Octal 243 5 316 25 142 0 23 437 137 51
Binary 10100011 101 11001110 10101 1100010 0 10011 100011111 1011111 101001

Color Harmonies of #A305CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A305CE

Black with #A305CE

Text Example


Text Example

White with #A305CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A305CE; }

 p { color: rgb(163,5,206); }

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

background-color css

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

 a { background-color: rgb(163,5,206); }

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

border-color css

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

 span { border-color: rgb(163,5,206); }

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