Html Css Color HEX #A367F2 Medium Purple

📋 copy color: '#A367F2'

red 163 ◦ green 103 ◦ blue 242

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

Shades of Medium Purple #A367F2

Tints of Medium Purple #A367F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.28%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 32.09%
G = 20.28%
B = 47.64%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A367F2 (or 0xA367F2) is known color: Medium Purple. HEX triplet: A3, 67 and F2. RGB value is (163,103,242). Sum of RGB (Red+Green+Blue) = 163+103+242=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #A367F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367F2 is #5C980D. Grayscale: #888888. Windows color (decimal): -6068238 or 15886243. OLE color: 15886243.

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

Color convert

RGB 163 103 242 -
CMYK 0.33 0.57 0 0.05
HSL 265.9º 0.84% 0.68% -
HSV(B) 265.9º 0.57% 0.95% -
XYZ 35.98 23.9 86.72 -
YUV 136.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 163 103 242 0.33 0.57 0 0.05 265.9 0.84 0.68
Hex A3 67 F2 21 39 0 5 10A 54 44
Octal 243 147 362 41 71 0 5 412 124 104
Binary 10100011 1100111 11110010 100001 111001 0 101 100001010 1010100 1000100

Color Harmonies of #A367F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367F2

Black with #A367F2

Text Example


Text Example

White with #A367F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367F2; }

 p { color: rgb(163,103,242); }

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

background-color css

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

 a { background-color: rgb(163,103,242); }

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

border-color css

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

 span { border-color: rgb(163,103,242); }

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