Html Css Color HEX #A335FE Blue Violet

📋 copy color: '#A335FE'

red 163 ◦ green 53 ◦ blue 254

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

Shades of Blue Violet #A335FE

Tints of Blue Violet #A335FE

RGB

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

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

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

R = 34.68%
G = 11.28%
B = 54.04%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A335FE (or 0xA335FE) is known color: Blue Violet. HEX triplet: A3, 35 and FE. RGB value is (163,53,254). Sum of RGB (Red+Green+Blue) = 163+53+254=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #A335FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A335FE is #5CCA01. Grayscale: #6C6C6C. Windows color (decimal): -6081026 or 16659875. OLE color: 16659875.

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

Color convert

RGB 163 53 254 -
CMYK 0.36 0.79 0 0.00
HSL 272.84º 0.99% 0.6% -
HSV(B) 272.84º 0.79% 1% -
XYZ 34.27 17.49 95.34 -
YUV 108.8 209.94 166.66 -
System Red Green Blue C M Y K H S L
Decimal 163 53 254 0.36 0.79 0 0.00 272.84 0.99 0.6
Hex A3 35 FE 24 4F 0 0 111 63 3C
Octal 243 65 376 44 117 0 0 421 143 74
Binary 10100011 110101 11111110 100100 1001111 0 0 100010001 1100011 111100

Color Harmonies of #A335FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335FE

Black with #A335FE

Text Example


Text Example

White with #A335FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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