Html Css Color HEX #A370EB Medium Purple

📋 copy color: '#A370EB'

red 163 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #A370EB

Tints of Medium Purple #A370EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.96%

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 31.96%
G = 21.96%
B = 46.08%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A370EB (or 0xA370EB) is known color: Medium Purple. HEX triplet: A3, 70 and EB. RGB value is (163,112,235). Sum of RGB (Red+Green+Blue) = 163+112+235=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #A370EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370EB is #5C8F14. Grayscale: #8C8C8C. Windows color (decimal): -6065941 or 15429795. OLE color: 15429795.

HSL color Cylindrical-coordinate representation of color #A370EB: hue angle of 264.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A370EB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 112 235 -
CMYK 0.31 0.52 0 0.08
HSL 264.88º 0.75% 0.68% -
HSV(B) 264.88º 0.52% 0.92% -
XYZ 35.89 25.37 81.6 -
YUV 141.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 163 112 235 0.31 0.52 0 0.08 264.88 0.75 0.68
Hex A3 70 EB 1F 34 0 8 109 4B 44
Octal 243 160 353 37 64 0 10 411 113 104
Binary 10100011 1110000 11101011 11111 110100 0 1000 100001001 1001011 1000100

Color Harmonies of #A370EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370EB

Black with #A370EB

Text Example


Text Example

White with #A370EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370EB; }

 p { color: rgb(163,112,235); }

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

background-color css

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

 a { background-color: rgb(163,112,235); }

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

border-color css

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

 span { border-color: rgb(163,112,235); }

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