Html Css Color HEX #A35CEA Medium Purple

📋 copy color: '#A35CEA'

red 163 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #A35CEA

Tints of Medium Purple #A35CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.81%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 33.33%
G = 18.81%
B = 47.85%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A35CEA (or 0xA35CEA) is known color: Medium Purple. HEX triplet: A3, 5C and EA. RGB value is (163,92,234). Sum of RGB (Red+Green+Blue) = 163+92+234=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #A35CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CEA is #5CA315. Grayscale: #808080. Windows color (decimal): -6071062 or 15359139. OLE color: 15359139.

HSL color Cylindrical-coordinate representation of color #A35CEA: hue angle of 270º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35CEA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 92 234 -
CMYK 0.30 0.61 0 0.08
HSL 270º 0.77% 0.64% -
HSV(B) 270º 0.61% 0.92% -
XYZ 33.78 21.38 80.19 -
YUV 129.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 163 92 234 0.30 0.61 0 0.08 270 0.77 0.64
Hex A3 5C EA 1E 3D 0 8 10E 4D 40
Octal 243 134 352 36 75 0 10 416 115 100
Binary 10100011 1011100 11101010 11110 111101 0 1000 100001110 1001101 1000000

Color Harmonies of #A35CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CEA

Black with #A35CEA

Text Example


Text Example

White with #A35CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CEA; }

 p { color: rgb(163,92,234); }

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

background-color css

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

 a { background-color: rgb(163,92,234); }

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

border-color css

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

 span { border-color: rgb(163,92,234); }

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