Html Css Color HEX #A35AF4 Medium Purple

📋 copy color: '#A35AF4'

red 163 ◦ green 90 ◦ blue 244

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

Shades of Medium Purple #A35AF4

Tints of Medium Purple #A35AF4

RGB

 RED value IS 163 (64.06% from 255) = 32.8%

 GREEN value IS 90 (35.55% from 255) = 18.11%

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 32.8%
G = 18.11%
B = 49.09%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A35AF4 (or 0xA35AF4) is known color: Medium Purple. HEX triplet: A3, 5A and F4. RGB value is (163,90,244). Sum of RGB (Red+Green+Blue) = 163+90+244=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #A35AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35AF4 is #5CA50B. Grayscale: #808080. Windows color (decimal): -6071564 or 16013987. OLE color: 16013987.

HSL color Cylindrical-coordinate representation of color #A35AF4: hue angle of 268.44º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35AF4 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 90 244 -
CMYK 0.33 0.63 0 0.04
HSL 268.44º 0.88% 0.65% -
HSV(B) 268.44º 0.63% 0.96% -
XYZ 35.09 21.63 87.91 -
YUV 129.38 192.68 151.98 -
System Red Green Blue C M Y K H S L
Decimal 163 90 244 0.33 0.63 0 0.04 268.44 0.88 0.65
Hex A3 5A F4 21 3F 0 4 10C 58 41
Octal 243 132 364 41 77 0 4 414 130 101
Binary 10100011 1011010 11110100 100001 111111 0 100 100001100 1011000 1000001

Color Harmonies of #A35AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AF4

Black with #A35AF4

Text Example


Text Example

White with #A35AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AF4; }

 p { color: rgb(163,90,244); }

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

background-color css

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

 a { background-color: rgb(163,90,244); }

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

border-color css

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

 span { border-color: rgb(163,90,244); }

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