Html Css Color HEX #A35FFA Medium Purple

📋 copy color: '#A35FFA'

red 163 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A35FFA

Tints of Medium Purple #A35FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.7%

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 32.09%
G = 18.7%
B = 49.21%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A35FFA (or 0xA35FFA) is known color: Medium Purple. HEX triplet: A3, 5F and FA. RGB value is (163,95,250). Sum of RGB (Red+Green+Blue) = 163+95+250=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #A35FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35FFA is #5CA005. Grayscale: #848484. Windows color (decimal): -6070278 or 16408483. OLE color: 16408483.

HSL color Cylindrical-coordinate representation of color #A35FFA: hue angle of 266.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A35FFA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 95 250 -
CMYK 0.35 0.62 0 0.02
HSL 266.32º 0.94% 0.68% -
HSV(B) 266.32º 0.62% 0.98% -
XYZ 36.45 22.87 92.94 -
YUV 133 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 163 95 250 0.35 0.62 0 0.02 266.32 0.94 0.68
Hex A3 5F FA 23 3E 0 2 10A 5E 44
Octal 243 137 372 43 76 0 2 412 136 104
Binary 10100011 1011111 11111010 100011 111110 0 10 100001010 1011110 1000100

Color Harmonies of #A35FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FFA

Black with #A35FFA

Text Example


Text Example

White with #A35FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FFA; }

 p { color: rgb(163,95,250); }

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

background-color css

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

 a { background-color: rgb(163,95,250); }

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

border-color css

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

 span { border-color: rgb(163,95,250); }

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