Html Css Color HEX #A135EC Blue Violet

📋 copy color: '#A135EC'

red 161 ◦ green 53 ◦ blue 236

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

Shades of Blue Violet #A135EC

Tints of Blue Violet #A135EC

RGB

 RED value IS 161 (63.28% from 255) = 35.78%

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

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

R = 35.78%
G = 11.78%
B = 52.44%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A135EC (or 0xA135EC) is known color: Blue Violet. HEX triplet: A1, 35 and EC. RGB value is (161,53,236). Sum of RGB (Red+Green+Blue) = 161+53+236=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #A135EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A135EC is #5ECA13. Grayscale: #696969. Windows color (decimal): -6212116 or 15480225. OLE color: 15480225.

HSL color Cylindrical-coordinate representation of color #A135EC: hue angle of 275.41º 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 #A135EC is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 53 236 -
CMYK 0.32 0.78 0 0.07
HSL 275.41º 0.83% 0.57% -
HSV(B) 275.41º 0.78% 0.93% -
XYZ 31.11 16.18 80.84 -
YUV 106.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 161 53 236 0.32 0.78 0 0.07 275.41 0.83 0.57
Hex A1 35 EC 20 4E 0 7 113 53 39
Octal 241 65 354 40 116 0 7 423 123 71
Binary 10100001 110101 11101100 100000 1001110 0 111 100010011 1010011 111001

Color Harmonies of #A135EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135EC

Black with #A135EC

Text Example


Text Example

White with #A135EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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