Html Css Color HEX #A862F0 Medium Purple

📋 copy color: '#A862F0'

red 168 ◦ green 98 ◦ blue 240

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

Shades of Medium Purple #A862F0

Tints of Medium Purple #A862F0

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

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

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 33.2%
G = 19.37%
B = 47.43%

CMYK

 C value IS 0.3

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A862F0 (or 0xA862F0) is known color: Medium Purple. HEX triplet: A8, 62 and F0. RGB value is (168,98,240). Sum of RGB (Red+Green+Blue) = 168+98+240=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #A862F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862F0 is #579D0F. Grayscale: #868686. Windows color (decimal): -5741840 or 15753896. OLE color: 15753896.

HSL color Cylindrical-coordinate representation of color #A862F0: hue angle of 269.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A862F0 is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 98 240 -
CMYK 0.3 0.59 0 0.06
HSL 269.58º 0.83% 0.66% -
HSV(B) 269.58º 0.59% 0.94% -
XYZ 36.24 23.35 85.04 -
YUV 135.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 168 98 240 0.3 0.59 0 0.06 269.58 0.83 0.66
Hex A8 62 F0 1E 3B 0 6 10E 53 42
Octal 250 142 360 36 73 0 6 416 123 102
Binary 10101000 1100010 11110000 11110 111011 0 110 100001110 1010011 1000010

Color Harmonies of #A862F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862F0

Black with #A862F0

Text Example


Text Example

White with #A862F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862F0; }

 p { color: rgb(168,98,240); }

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

background-color css

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

 a { background-color: rgb(168,98,240); }

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

border-color css

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

 span { border-color: rgb(168,98,240); }

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