Html Css Color HEX #A307ED Dark Violet

📋 copy color: '#A307ED'

red 163 ◦ green 7 ◦ blue 237

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

Shades of Dark Violet #A307ED

Tints of Dark Violet #A307ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 40.05%
G = 1.72%
B = 58.23%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A307ED (or 0xA307ED) is known color: Dark Violet. HEX triplet: A3, 07 and ED. RGB value is (163,7,237). Sum of RGB (Red+Green+Blue) = 163+7+237=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A307ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307ED is #5CF812. Grayscale: #4F4F4F. Windows color (decimal): -6092819 or 15533987. OLE color: 15533987.

HSL color Cylindrical-coordinate representation of color #A307ED: hue angle of 280.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307ED is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 7 237 -
CMYK 0.31 0.97 0 0.07
HSL 280.7º 0.94% 0.48% -
HSV(B) 280.7º 0.97% 0.93% -
XYZ 30.47 14.05 81.23 -
YUV 79.86 216.68 187.3 -
System Red Green Blue C M Y K H S L
Decimal 163 7 237 0.31 0.97 0 0.07 280.7 0.94 0.48
Hex A3 7 ED 1F 61 0 7 119 5E 30
Octal 243 7 355 37 141 0 7 431 136 60
Binary 10100011 111 11101101 11111 1100001 0 111 100011001 1011110 110000

Color Harmonies of #A307ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307ED

Black with #A307ED

Text Example


Text Example

White with #A307ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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