Html Css Color HEX #A935F1 Blue Violet

📋 copy color: '#A935F1'

red 169 ◦ green 53 ◦ blue 241

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

Shades of Blue Violet #A935F1

Tints of Blue Violet #A935F1

RGB

 RED value IS 169 (66.41% from 255) = 36.5%

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

 BLUE value IS 241 (94.53% from 255) = 52.05%

R = 36.5%
G = 11.45%
B = 52.05%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A935F1 (or 0xA935F1) is known color: Blue Violet. HEX triplet: A9, 35 and F1. RGB value is (169,53,241). Sum of RGB (Red+Green+Blue) = 169+53+241=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #A935F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935F1 is #56CA0E. Grayscale: #6C6C6C. Windows color (decimal): -5687823 or 15807913. OLE color: 15807913.

HSL color Cylindrical-coordinate representation of color #A935F1: hue angle of 277.02º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A935F1 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 53 241 -
CMYK 0.30 0.78 0 0.05
HSL 277.02º 0.87% 0.58% -
HSV(B) 277.02º 0.78% 0.95% -
XYZ 33.51 17.33 84.8 -
YUV 109.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 169 53 241 0.30 0.78 0 0.05 277.02 0.87 0.58
Hex A9 35 F1 1E 4E 0 5 115 57 3A
Octal 251 65 361 36 116 0 5 425 127 72
Binary 10101001 110101 11110001 11110 1001110 0 101 100010101 1010111 111010

Color Harmonies of #A935F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935F1

Black with #A935F1

Text Example


Text Example

White with #A935F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935F1; }

 p { color: rgb(169,53,241); }

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

background-color css

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

 a { background-color: rgb(169,53,241); }

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

border-color css

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

 span { border-color: rgb(169,53,241); }

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