Html Css Color HEX #A730FC Blue Violet

📋 copy color: '#A730FC'

red 167 ◦ green 48 ◦ blue 252

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

Shades of Blue Violet #A730FC

Tints of Blue Violet #A730FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 35.76%
G = 10.28%
B = 53.96%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A730FC (or 0xA730FC) is known color: Blue Violet. HEX triplet: A7, 30 and FC. RGB value is (167,48,252). Sum of RGB (Red+Green+Blue) = 167+48+252=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #A730FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730FC is #58CF03. Grayscale: #6A6A6A. Windows color (decimal): -5820164 or 16527527. OLE color: 16527527.

HSL color Cylindrical-coordinate representation of color #A730FC: hue angle of 275º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A730FC is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 48 252 -
CMYK 0.34 0.81 0 0.01
HSL 275º 0.97% 0.59% -
HSV(B) 275º 0.81% 0.99% -
XYZ 34.56 17.36 93.62 -
YUV 106.84 209.92 170.91 -
System Red Green Blue C M Y K H S L
Decimal 167 48 252 0.34 0.81 0 0.01 275 0.97 0.59
Hex A7 30 FC 22 51 0 1 113 61 3B
Octal 247 60 374 42 121 0 1 423 141 73
Binary 10100111 110000 11111100 100010 1010001 0 1 100010011 1100001 111011

Color Harmonies of #A730FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730FC

Black with #A730FC

Text Example


Text Example

White with #A730FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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