Html Css Color HEX #A35AEE Medium Purple

📋 copy color: '#A35AEE'

red 163 ◦ green 90 ◦ blue 238

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

Shades of Medium Purple #A35AEE

Tints of Medium Purple #A35AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 33.2%
G = 18.33%
B = 48.47%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A35AEE (or 0xA35AEE) is known color: Medium Purple. HEX triplet: A3, 5A and EE. RGB value is (163,90,238). Sum of RGB (Red+Green+Blue) = 163+90+238=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #A35AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35AEE is #5CA511. Grayscale: #808080. Windows color (decimal): -6071570 or 15620771. OLE color: 15620771.

HSL color Cylindrical-coordinate representation of color #A35AEE: hue angle of 269.59º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A35AEE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 90 238 -
CMYK 0.32 0.62 0 0.07
HSL 269.59º 0.81% 0.64% -
HSV(B) 269.59º 0.62% 0.93% -
XYZ 34.19 21.27 83.19 -
YUV 128.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 163 90 238 0.32 0.62 0 0.07 269.59 0.81 0.64
Hex A3 5A EE 20 3E 0 7 10E 51 40
Octal 243 132 356 40 76 0 7 416 121 100
Binary 10100011 1011010 11101110 100000 111110 0 111 100001110 1010001 1000000

Color Harmonies of #A35AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AEE

Black with #A35AEE

Text Example


Text Example

White with #A35AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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