Html Css Color HEX #A372E6 Medium Purple

📋 copy color: '#A372E6'

red 163 ◦ green 114 ◦ blue 230

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

Shades of Medium Purple #A372E6

Tints of Medium Purple #A372E6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 32.15%
G = 22.49%
B = 45.36%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A372E6 (or 0xA372E6) is known color: Medium Purple. HEX triplet: A3, 72 and E6. RGB value is (163,114,230). Sum of RGB (Red+Green+Blue) = 163+114+230=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #A372E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372E6 is #5C8D19. Grayscale: #8D8D8D. Windows color (decimal): -6065434 or 15102627. OLE color: 15102627.

HSL color Cylindrical-coordinate representation of color #A372E6: hue angle of 265.34º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A372E6 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 114 230 -
CMYK 0.29 0.50 0 0.10
HSL 265.34º 0.7% 0.67% -
HSV(B) 265.34º 0.5% 0.9% -
XYZ 35.4 25.53 77.93 -
YUV 141.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 163 114 230 0.29 0.50 0 0.10 265.34 0.7 0.67
Hex A3 72 E6 1D 32 0 A 109 46 43
Octal 243 162 346 35 62 0 12 411 106 103
Binary 10100011 1110010 11100110 11101 110010 0 1010 100001001 1000110 1000011

Color Harmonies of #A372E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372E6

Black with #A372E6

Text Example


Text Example

White with #A372E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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