Html Css Color HEX #A362F8 Medium Purple

📋 copy color: '#A362F8'

red 163 ◦ green 98 ◦ blue 248

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

Shades of Medium Purple #A362F8

Tints of Medium Purple #A362F8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.25%

 BLUE value IS 248 (97.27% from 255) = 48.72%

R = 32.02%
G = 19.25%
B = 48.72%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A362F8 (or 0xA362F8) is known color: Medium Purple. HEX triplet: A3, 62 and F8. RGB value is (163,98,248). Sum of RGB (Red+Green+Blue) = 163+98+248=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #A362F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362F8 is #5C9D07. Grayscale: #868686. Windows color (decimal): -6069512 or 16278179. OLE color: 16278179.

HSL color Cylindrical-coordinate representation of color #A362F8: hue angle of 266º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A362F8 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 98 248 -
CMYK 0.34 0.60 0 0.03
HSL 266º 0.91% 0.68% -
HSV(B) 266º 0.6% 0.97% -
XYZ 36.42 23.3 91.38 -
YUV 134.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 163 98 248 0.34 0.60 0 0.03 266 0.91 0.68
Hex A3 62 F8 22 3C 0 3 10A 5B 44
Octal 243 142 370 42 74 0 3 412 133 104
Binary 10100011 1100010 11111000 100010 111100 0 11 100001010 1011011 1000100

Color Harmonies of #A362F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362F8

Black with #A362F8

Text Example


Text Example

White with #A362F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362F8; }

 p { color: rgb(163,98,248); }

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

background-color css

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

 a { background-color: rgb(163,98,248); }

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

border-color css

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

 span { border-color: rgb(163,98,248); }

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