Html Css Color HEX #A632F0 Blue Violet

📋 copy color: '#A632F0'

red 166 ◦ green 50 ◦ blue 240

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

Shades of Blue Violet #A632F0

Tints of Blue Violet #A632F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.63%

R = 36.4%
G = 10.96%
B = 52.63%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A632F0 (or 0xA632F0) is known color: Blue Violet. HEX triplet: A6, 32 and F0. RGB value is (166,50,240). Sum of RGB (Red+Green+Blue) = 166+50+240=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #A632F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A632F0 is #59CD0F. Grayscale: #696969. Windows color (decimal): -5885200 or 15741606. OLE color: 15741606.

HSL color Cylindrical-coordinate representation of color #A632F0: hue angle of 276.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A632F0 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 50 240 -
CMYK 0.31 0.79 0 0.06
HSL 276.63º 0.86% 0.57% -
HSV(B) 276.63º 0.79% 0.94% -
XYZ 32.59 16.68 83.94 -
YUV 106.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 166 50 240 0.31 0.79 0 0.06 276.63 0.86 0.57
Hex A6 32 F0 1F 4F 0 6 115 56 39
Octal 246 62 360 37 117 0 6 425 126 71
Binary 10100110 110010 11110000 11111 1001111 0 110 100010101 1010110 111001

Color Harmonies of #A632F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632F0

Black with #A632F0

Text Example


Text Example

White with #A632F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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