Html Css Color HEX #A835FE Blue Violet

📋 copy color: '#A835FE'

red 168 ◦ green 53 ◦ blue 254

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

Shades of Blue Violet #A835FE

Tints of Blue Violet #A835FE

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

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

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

R = 35.37%
G = 11.16%
B = 53.47%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A835FE (or 0xA835FE) is known color: Blue Violet. HEX triplet: A8, 35 and FE. RGB value is (168,53,254). Sum of RGB (Red+Green+Blue) = 168+53+254=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #A835FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835FE is #57CA01. Grayscale: #6D6D6D. Windows color (decimal): -5753346 or 16659880. OLE color: 16659880.

HSL color Cylindrical-coordinate representation of color #A835FE: hue angle of 274.33º 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 #A835FE is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 53 254 -
CMYK 0.34 0.79 0 0.00
HSL 274.33º 0.99% 0.6% -
HSV(B) 274.33º 0.79% 1% -
XYZ 35.31 18.03 95.38 -
YUV 110.3 209.1 169.16 -
System Red Green Blue C M Y K H S L
Decimal 168 53 254 0.34 0.79 0 0.00 274.33 0.99 0.6
Hex A8 35 FE 22 4F 0 0 112 63 3C
Octal 250 65 376 42 117 0 0 422 143 74
Binary 10101000 110101 11111110 100010 1001111 0 0 100010010 1100011 111100

Color Harmonies of #A835FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835FE

Black with #A835FE

Text Example


Text Example

White with #A835FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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