Html Css Color HEX #A730EE Blue Violet

📋 copy color: '#A730EE'

red 167 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #A730EE

Tints of Blue Violet #A730EE

RGB

 RED value IS 167 (65.63% from 255) = 36.87%

 GREEN value IS 48 (19.14% from 255) = 10.6%

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

R = 36.87%
G = 10.6%
B = 52.54%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A730EE (or 0xA730EE) is known color: Blue Violet. HEX triplet: A7, 30 and EE. RGB value is (167,48,238). Sum of RGB (Red+Green+Blue) = 167+48+238=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #A730EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730EE is #58CF11. Grayscale: #686868. Windows color (decimal): -5820178 or 15610023. OLE color: 15610023.

HSL color Cylindrical-coordinate representation of color #A730EE: hue angle of 277.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A730EE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 48 238 -
CMYK 0.30 0.80 0 0.07
HSL 277.58º 0.85% 0.56% -
HSV(B) 277.58º 0.8% 0.93% -
XYZ 32.43 16.5 82.37 -
YUV 105.24 202.92 172.05 -
System Red Green Blue C M Y K H S L
Decimal 167 48 238 0.30 0.80 0 0.07 277.58 0.85 0.56
Hex A7 30 EE 1E 50 0 7 116 55 38
Octal 247 60 356 36 120 0 7 426 125 70
Binary 10100111 110000 11101110 11110 1010000 0 111 100010110 1010101 111000

Color Harmonies of #A730EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730EE

Black with #A730EE

Text Example


Text Example

White with #A730EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730EE; }

 p { color: rgb(167,48,238); }

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

background-color css

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

 a { background-color: rgb(167,48,238); }

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

border-color css

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

 span { border-color: rgb(167,48,238); }

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