Html Css Color HEX #A730F2 Blue Violet

📋 copy color: '#A730F2'

red 167 ◦ green 48 ◦ blue 242

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

Shades of Blue Violet #A730F2

Tints of Blue Violet #A730F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 36.54%
G = 10.5%
B = 52.95%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A730F2 (or 0xA730F2) is known color: Blue Violet. HEX triplet: A7, 30 and F2. RGB value is (167,48,242). Sum of RGB (Red+Green+Blue) = 167+48+242=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #A730F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730F2 is #58CF0D. Grayscale: #696969. Windows color (decimal): -5820174 or 15872167. OLE color: 15872167.

HSL color Cylindrical-coordinate representation of color #A730F2: hue angle of 276.8º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A730F2 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 48 242 -
CMYK 0.31 0.80 0 0.05
HSL 276.8º 0.88% 0.57% -
HSV(B) 276.8º 0.8% 0.95% -
XYZ 33.02 16.74 85.5 -
YUV 105.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 167 48 242 0.31 0.80 0 0.05 276.8 0.88 0.57
Hex A7 30 F2 1F 50 0 5 115 58 39
Octal 247 60 362 37 120 0 5 425 130 71
Binary 10100111 110000 11110010 11111 1010000 0 101 100010101 1011000 111001

Color Harmonies of #A730F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730F2

Black with #A730F2

Text Example


Text Example

White with #A730F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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