Html Css Color HEX #A035EF Blue Violet

📋 copy color: '#A035EF'

red 160 ◦ green 53 ◦ blue 239

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

Shades of Blue Violet #A035EF

Tints of Blue Violet #A035EF

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

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

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 35.4%
G = 11.73%
B = 52.88%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A035EF (or 0xA035EF) is known color: Blue Violet. HEX triplet: A0, 35 and EF. RGB value is (160,53,239). Sum of RGB (Red+Green+Blue) = 160+53+239=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #A035EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A035EF is #5FCA10. Grayscale: #696969. Windows color (decimal): -6277649 or 15676832. OLE color: 15676832.

HSL color Cylindrical-coordinate representation of color #A035EF: hue angle of 274.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A035EF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 53 239 -
CMYK 0.33 0.78 0 0.06
HSL 274.52º 0.85% 0.57% -
HSV(B) 274.52º 0.78% 0.94% -
XYZ 31.35 16.25 83.15 -
YUV 106.2 202.95 166.38 -
System Red Green Blue C M Y K H S L
Decimal 160 53 239 0.33 0.78 0 0.06 274.52 0.85 0.57
Hex A0 35 EF 21 4E 0 6 113 55 39
Octal 240 65 357 41 116 0 6 423 125 71
Binary 10100000 110101 11101111 100001 1001110 0 110 100010011 1010101 111001

Color Harmonies of #A035EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035EF

Black with #A035EF

Text Example


Text Example

White with #A035EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035EF; }

 p { color: rgb(160,53,239); }

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

background-color css

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

 a { background-color: rgb(160,53,239); }

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

border-color css

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

 span { border-color: rgb(160,53,239); }

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