Html Css Color HEX #A385EA Medium Purple

📋 copy color: '#A385EA'

red 163 ◦ green 133 ◦ blue 234

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

Shades of Medium Purple #A385EA

Tints of Medium Purple #A385EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

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

R = 30.75%
G = 25.09%
B = 44.15%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A385EA (or 0xA385EA) is known color: Medium Purple. HEX triplet: A3, 85 and EA. RGB value is (163,133,234). Sum of RGB (Red+Green+Blue) = 163+133+234=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A385EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385EA is #5C7A15. Grayscale: #999999. Windows color (decimal): -6060566 or 15369635. OLE color: 15369635.

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

Color convert

RGB 163 133 234 -
CMYK 0.30 0.43 0 0.08
HSL 257.82º 0.71% 0.72% -
HSV(B) 257.82º 0.43% 0.92% -
XYZ 38.34 30.5 81.71 -
YUV 153.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 163 133 234 0.30 0.43 0 0.08 257.82 0.71 0.72
Hex A3 85 EA 1E 2B 0 8 102 47 48
Octal 243 205 352 36 53 0 10 402 107 110
Binary 10100011 10000101 11101010 11110 101011 0 1000 100000010 1000111 1001000

Color Harmonies of #A385EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385EA

Black with #A385EA

Text Example


Text Example

White with #A385EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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