Html Css Color HEX #A335F6 Blue Violet

📋 copy color: '#A335F6'

red 163 ◦ green 53 ◦ blue 246

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

Shades of Blue Violet #A335F6

Tints of Blue Violet #A335F6

RGB

 RED value IS 163 (64.06% from 255) = 35.28%

 GREEN value IS 53 (21.09% from 255) = 11.47%

 BLUE value IS 246 (96.48% from 255) = 53.25%

R = 35.28%
G = 11.47%
B = 53.25%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A335F6 (or 0xA335F6) is known color: Blue Violet. HEX triplet: A3, 35 and F6. RGB value is (163,53,246). Sum of RGB (Red+Green+Blue) = 163+53+246=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #A335F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A335F6 is #5CCA09. Grayscale: #6B6B6B. Windows color (decimal): -6081034 or 16135587. OLE color: 16135587.

HSL color Cylindrical-coordinate representation of color #A335F6: hue angle of 274.2º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A335F6 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 53 246 -
CMYK 0.34 0.78 0 0.04
HSL 274.2º 0.91% 0.59% -
HSV(B) 274.2º 0.78% 0.96% -
XYZ 33.01 16.99 88.73 -
YUV 107.89 205.94 167.31 -
System Red Green Blue C M Y K H S L
Decimal 163 53 246 0.34 0.78 0 0.04 274.2 0.91 0.59
Hex A3 35 F6 22 4E 0 4 112 5B 3B
Octal 243 65 366 42 116 0 4 422 133 73
Binary 10100011 110101 11110110 100010 1001110 0 100 100010010 1011011 111011

Color Harmonies of #A335F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335F6

Black with #A335F6

Text Example


Text Example

White with #A335F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335F6; }

 p { color: rgb(163,53,246); }

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

background-color css

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

 a { background-color: rgb(163,53,246); }

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

border-color css

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

 span { border-color: rgb(163,53,246); }

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