Html Css Color HEX #A35AFC Medium Purple

📋 copy color: '#A35AFC'

red 163 ◦ green 90 ◦ blue 252

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

Shades of Medium Purple #A35AFC

Tints of Medium Purple #A35AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 32.28%
G = 17.82%
B = 49.9%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A35AFC (or 0xA35AFC) is known color: Medium Purple. HEX triplet: A3, 5A and FC. RGB value is (163,90,252). Sum of RGB (Red+Green+Blue) = 163+90+252=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #A35AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35AFC is #5CA503. Grayscale: #818181. Windows color (decimal): -6071556 or 16538275. OLE color: 16538275.

HSL color Cylindrical-coordinate representation of color #A35AFC: hue angle of 267.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A35AFC is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 90 252 -
CMYK 0.35 0.64 0 0.01
HSL 267.04º 0.96% 0.67% -
HSV(B) 267.04º 0.64% 0.99% -
XYZ 36.33 22.13 94.45 -
YUV 130.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 163 90 252 0.35 0.64 0 0.01 267.04 0.96 0.67
Hex A3 5A FC 23 40 0 1 10B 60 43
Octal 243 132 374 43 100 0 1 413 140 103
Binary 10100011 1011010 11111100 100011 1000000 0 1 100001011 1100000 1000011

Color Harmonies of #A35AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AFC

Black with #A35AFC

Text Example


Text Example

White with #A35AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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