Html Css Color HEX #A730FD Blue Violet

📋 copy color: '#A730FD'

red 167 ◦ green 48 ◦ blue 253

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

Shades of Blue Violet #A730FD

Tints of Blue Violet #A730FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 35.68%
G = 10.26%
B = 54.06%

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

#A730FD (or 0xA730FD) is known color: Blue Violet. HEX triplet: A7, 30 and FD. RGB value is (167,48,253). Sum of RGB (Red+Green+Blue) = 167+48+253=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #A730FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730FD is #58CF02. Grayscale: #6A6A6A. Windows color (decimal): -5820163 or 16593063. OLE color: 16593063.

HSL color Cylindrical-coordinate representation of color #A730FD: hue angle of 274.83º degrees, saturation: 0.98, 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 #A730FD is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 48 253 -
CMYK 0.34 0.81 0 0.01
HSL 274.83º 0.98% 0.59% -
HSV(B) 274.83º 0.81% 0.99% -
XYZ 34.72 17.42 94.46 -
YUV 106.95 210.42 170.83 -
System Red Green Blue C M Y K H S L
Decimal 167 48 253 0.34 0.81 0 0.01 274.83 0.98 0.59
Hex A7 30 FD 22 51 0 1 113 62 3B
Octal 247 60 375 42 121 0 1 423 142 73
Binary 10100111 110000 11111101 100010 1010001 0 1 100010011 1100010 111011

Color Harmonies of #A730FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730FD

Black with #A730FD

Text Example


Text Example

White with #A730FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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