Html Css Color HEX #A307EE Dark Violet

📋 copy color: '#A307EE'

red 163 ◦ green 7 ◦ blue 238

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

Shades of Dark Violet #A307EE

Tints of Dark Violet #A307EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.33%

R = 39.95%
G = 1.72%
B = 58.33%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A307EE (or 0xA307EE) is known color: Dark Violet. HEX triplet: A3, 07 and EE. RGB value is (163,7,238). Sum of RGB (Red+Green+Blue) = 163+7+238=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #A307EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307EE is #5CF811. Grayscale: #4F4F4F. Windows color (decimal): -6092818 or 15599523. OLE color: 15599523.

HSL color Cylindrical-coordinate representation of color #A307EE: hue angle of 280.52º 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 #A307EE is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 7 238 -
CMYK 0.32 0.97 0 0.07
HSL 280.52º 0.94% 0.48% -
HSV(B) 280.52º 0.97% 0.93% -
XYZ 30.61 14.11 82 -
YUV 79.98 217.18 187.22 -
System Red Green Blue C M Y K H S L
Decimal 163 7 238 0.32 0.97 0 0.07 280.52 0.94 0.48
Hex A3 7 EE 20 61 0 7 119 5E 30
Octal 243 7 356 40 141 0 7 431 136 60
Binary 10100011 111 11101110 100000 1100001 0 111 100011001 1011110 110000

Color Harmonies of #A307EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307EE

Black with #A307EE

Text Example


Text Example

White with #A307EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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