Html Css Color HEX #A246EB Blue Violet

📋 copy color: '#A246EB'

red 162 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #A246EB

Tints of Blue Violet #A246EB

RGB

 RED value IS 162 (63.67% from 255) = 34.69%

 GREEN value IS 70 (27.73% from 255) = 14.99%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 34.69%
G = 14.99%
B = 50.32%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A246EB (or 0xA246EB) is known color: Blue Violet. HEX triplet: A2, 46 and EB. RGB value is (162,70,235). Sum of RGB (Red+Green+Blue) = 162+70+235=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #A246EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A246EB is #5DB914. Grayscale: #737373. Windows color (decimal): -6142229 or 15419042. OLE color: 15419042.

HSL color Cylindrical-coordinate representation of color #A246EB: hue angle of 273.45º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A246EB is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 70 235 -
CMYK 0.31 0.70 0 0.08
HSL 273.45º 0.8% 0.6% -
HSV(B) 273.45º 0.7% 0.92% -
XYZ 32.09 18.06 80.39 -
YUV 116.32 194.98 160.58 -
System Red Green Blue C M Y K H S L
Decimal 162 70 235 0.31 0.70 0 0.08 273.45 0.8 0.6
Hex A2 46 EB 1F 46 0 8 111 50 3C
Octal 242 106 353 37 106 0 10 421 120 74
Binary 10100010 1000110 11101011 11111 1000110 0 1000 100010001 1010000 111100

Color Harmonies of #A246EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246EB

Black with #A246EB

Text Example


Text Example

White with #A246EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246EB; }

 p { color: rgb(162,70,235); }

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

background-color css

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

 a { background-color: rgb(162,70,235); }

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

border-color css

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

 span { border-color: rgb(162,70,235); }

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