Html Css Color HEX #A307CC Dark Violet

📋 copy color: '#A307CC'

red 163 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #A307CC

Tints of Dark Violet #A307CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 43.58%
G = 1.87%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A307CC (or 0xA307CC) is known color: Dark Violet. HEX triplet: A3, 07 and CC. RGB value is (163,7,204). Sum of RGB (Red+Green+Blue) = 163+7+204=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #A307CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307CC is #5CF833. Grayscale: #4B4B4B. Windows color (decimal): -6092852 or 13371299. OLE color: 13371299.

HSL color Cylindrical-coordinate representation of color #A307CC: hue angle of 287.51º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307CC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 7 204 -
CMYK 0.20 0.97 0 0.2
HSL 287.51º 0.93% 0.41% -
HSV(B) 287.51º 0.97% 0.8% -
XYZ 26.08 12.3 58.13 -
YUV 76.1 200.18 189.98 -
System Red Green Blue C M Y K H S L
Decimal 163 7 204 0.20 0.97 0 0.2 287.51 0.93 0.41
Hex A3 7 CC 14 61 0 14 120 5D 29
Octal 243 7 314 24 141 0 24 440 135 51
Binary 10100011 111 11001100 10100 1100001 0 10100 100100000 1011101 101001

Color Harmonies of #A307CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307CC

Black with #A307CC

Text Example


Text Example

White with #A307CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307CC; }

 p { color: rgb(163,7,204); }

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

background-color css

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

 a { background-color: rgb(163,7,204); }

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

border-color css

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

 span { border-color: rgb(163,7,204); }

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