Html Css Color HEX #A375F3 Medium Purple

📋 copy color: '#A375F3'

red 163 ◦ green 117 ◦ blue 243

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

Shades of Medium Purple #A375F3

Tints of Medium Purple #A375F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 31.17%
G = 22.37%
B = 46.46%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A375F3 (or 0xA375F3) is known color: Medium Purple. HEX triplet: A3, 75 and F3. RGB value is (163,117,243). Sum of RGB (Red+Green+Blue) = 163+117+243=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #A375F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375F3 is #5C8A0C. Grayscale: #909090. Windows color (decimal): -6064653 or 15955363. OLE color: 15955363.

HSL color Cylindrical-coordinate representation of color #A375F3: hue angle of 261.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A375F3 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 117 243 -
CMYK 0.33 0.52 0 0.05
HSL 261.9º 0.84% 0.71% -
HSV(B) 261.9º 0.52% 0.95% -
XYZ 37.64 26.98 88.02 -
YUV 145.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 163 117 243 0.33 0.52 0 0.05 261.9 0.84 0.71
Hex A3 75 F3 21 34 0 5 106 54 47
Octal 243 165 363 41 64 0 5 406 124 107
Binary 10100011 1110101 11110011 100001 110100 0 101 100000110 1010100 1000111

Color Harmonies of #A375F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375F3

Black with #A375F3

Text Example


Text Example

White with #A375F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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