Html Css Color HEX #A630FE Blue Violet

📋 copy color: '#A630FE'

red 166 ◦ green 48 ◦ blue 254

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

Shades of Blue Violet #A630FE

Tints of Blue Violet #A630FE

RGB

 RED value IS 166 (65.23% from 255) = 35.47%

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 35.47%
G = 10.26%
B = 54.27%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A630FE (or 0xA630FE) is known color: Blue Violet. HEX triplet: A6, 30 and FE. RGB value is (166,48,254). Sum of RGB (Red+Green+Blue) = 166+48+254=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #A630FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A630FE is #59CF01. Grayscale: #6A6A6A. Windows color (decimal): -5885698 or 16658598. OLE color: 16658598.

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

Color convert

RGB 166 48 254 -
CMYK 0.35 0.81 0 0.00
HSL 274.37º 0.99% 0.59% -
HSV(B) 274.37º 0.81% 1% -
XYZ 34.67 17.38 95.29 -
YUV 106.77 211.09 170.25 -
System Red Green Blue C M Y K H S L
Decimal 166 48 254 0.35 0.81 0 0.00 274.37 0.99 0.59
Hex A6 30 FE 23 51 0 0 112 63 3B
Octal 246 60 376 43 121 0 0 422 143 73
Binary 10100110 110000 11111110 100011 1010001 0 0 100010010 1100011 111011

Color Harmonies of #A630FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630FE

Black with #A630FE

Text Example


Text Example

White with #A630FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630FE; }

 p { color: rgb(166,48,254); }

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

background-color css

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

 a { background-color: rgb(166,48,254); }

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

border-color css

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

 span { border-color: rgb(166,48,254); }

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