Html Css Color HEX #A835EC Blue Violet

📋 copy color: '#A835EC'

red 168 ◦ green 53 ◦ blue 236

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

Shades of Blue Violet #A835EC

Tints of Blue Violet #A835EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 36.76%
G = 11.6%
B = 51.64%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A835EC (or 0xA835EC) is known color: Blue Violet. HEX triplet: A8, 35 and EC. RGB value is (168,53,236). Sum of RGB (Red+Green+Blue) = 168+53+236=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #A835EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835EC is #57CA13. Grayscale: #6B6B6B. Windows color (decimal): -5753364 or 15480232. OLE color: 15480232.

HSL color Cylindrical-coordinate representation of color #A835EC: hue angle of 277.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A835EC is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 53 236 -
CMYK 0.29 0.78 0 0.07
HSL 277.7º 0.83% 0.57% -
HSV(B) 277.7º 0.78% 0.93% -
XYZ 32.56 16.93 80.91 -
YUV 108.25 200.1 170.62 -
System Red Green Blue C M Y K H S L
Decimal 168 53 236 0.29 0.78 0 0.07 277.7 0.83 0.57
Hex A8 35 EC 1D 4E 0 7 116 53 39
Octal 250 65 354 35 116 0 7 426 123 71
Binary 10101000 110101 11101100 11101 1001110 0 111 100010110 1010011 111001

Color Harmonies of #A835EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835EC

Black with #A835EC

Text Example


Text Example

White with #A835EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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