Html Css Color HEX #A632F8 Blue Violet

📋 copy color: '#A632F8'

red 166 ◦ green 50 ◦ blue 248

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

Shades of Blue Violet #A632F8

Tints of Blue Violet #A632F8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 35.78%
G = 10.78%
B = 53.45%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A632F8 (or 0xA632F8) is known color: Blue Violet. HEX triplet: A6, 32 and F8. RGB value is (166,50,248). Sum of RGB (Red+Green+Blue) = 166+50+248=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #A632F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A632F8 is #59CD07. Grayscale: #6A6A6A. Windows color (decimal): -5885192 or 16265894. OLE color: 16265894.

HSL color Cylindrical-coordinate representation of color #A632F8: hue angle of 275.15º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A632F8 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 50 248 -
CMYK 0.33 0.80 0 0.03
HSL 275.15º 0.93% 0.58% -
HSV(B) 275.15º 0.8% 0.97% -
XYZ 33.81 17.17 90.34 -
YUV 107.26 207.43 169.9 -
System Red Green Blue C M Y K H S L
Decimal 166 50 248 0.33 0.80 0 0.03 275.15 0.93 0.58
Hex A6 32 F8 21 50 0 3 113 5D 3A
Octal 246 62 370 41 120 0 3 423 135 72
Binary 10100110 110010 11111000 100001 1010000 0 11 100010011 1011101 111010

Color Harmonies of #A632F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632F8

Black with #A632F8

Text Example


Text Example

White with #A632F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632F8; }

 p { color: rgb(166,50,248); }

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

background-color css

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

 a { background-color: rgb(166,50,248); }

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

border-color css

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

 span { border-color: rgb(166,50,248); }

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