Html Css Color HEX #A35BEE Medium Purple

📋 copy color: '#A35BEE'

red 163 ◦ green 91 ◦ blue 238

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

Shades of Medium Purple #A35BEE

Tints of Medium Purple #A35BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.5%

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

R = 33.13%
G = 18.5%
B = 48.37%

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

#A35BEE (or 0xA35BEE) is known color: Medium Purple. HEX triplet: A3, 5B and EE. RGB value is (163,91,238). Sum of RGB (Red+Green+Blue) = 163+91+238=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #A35BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35BEE is #5CA411. Grayscale: #808080. Windows color (decimal): -6071314 or 15621027. OLE color: 15621027.

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

Color convert

RGB 163 91 238 -
CMYK 0.32 0.62 0 0.07
HSL 269.39º 0.81% 0.65% -
HSV(B) 269.39º 0.62% 0.93% -
XYZ 34.28 21.44 83.22 -
YUV 129.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 163 91 238 0.32 0.62 0 0.07 269.39 0.81 0.65
Hex A3 5B EE 20 3E 0 7 10D 51 41
Octal 243 133 356 40 76 0 7 415 121 101
Binary 10100011 1011011 11101110 100000 111110 0 111 100001101 1010001 1000001

Color Harmonies of #A35BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BEE

Black with #A35BEE

Text Example


Text Example

White with #A35BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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