Html Css Color HEX #A375E6 Medium Purple

📋 copy color: '#A375E6'

red 163 ◦ green 117 ◦ blue 230

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

Shades of Medium Purple #A375E6

Tints of Medium Purple #A375E6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 31.96%
G = 22.94%
B = 45.1%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A375E6 (or 0xA375E6) is known color: Medium Purple. HEX triplet: A3, 75 and E6. RGB value is (163,117,230). Sum of RGB (Red+Green+Blue) = 163+117+230=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #A375E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375E6 is #5C8A19. Grayscale: #8F8F8F. Windows color (decimal): -6064666 or 15103395. OLE color: 15103395.

HSL color Cylindrical-coordinate representation of color #A375E6: hue angle of 264.42º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A375E6 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 117 230 -
CMYK 0.29 0.49 0 0.10
HSL 264.42º 0.69% 0.68% -
HSV(B) 264.42º 0.49% 0.9% -
XYZ 35.75 26.22 78.04 -
YUV 143.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 163 117 230 0.29 0.49 0 0.10 264.42 0.69 0.68
Hex A3 75 E6 1D 31 0 A 108 45 44
Octal 243 165 346 35 61 0 12 410 105 104
Binary 10100011 1110101 11100110 11101 110001 0 1010 100001000 1000101 1000100

Color Harmonies of #A375E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375E6

Black with #A375E6

Text Example


Text Example

White with #A375E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375E6; }

 p { color: rgb(163,117,230); }

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

background-color css

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

 a { background-color: rgb(163,117,230); }

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

border-color css

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

 span { border-color: rgb(163,117,230); }

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