Html Css Color HEX #A862FF Medium Purple

📋 copy color: '#A862FF'

red 168 ◦ green 98 ◦ blue 255

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

Shades of Medium Purple #A862FF

Tints of Medium Purple #A862FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 32.25%
G = 18.81%
B = 48.94%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A862FF (or 0xA862FF) is known color: Medium Purple. HEX triplet: A8, 62 and FF. RGB value is (168,98,255). Sum of RGB (Red+Green+Blue) = 168+98+255=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A862FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862FF is #579D00. Grayscale: #888888. Windows color (decimal): -5741825 or 16736936. OLE color: 16736936.

HSL color Cylindrical-coordinate representation of color #A862FF: hue angle of 266.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A862FF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 98 255 -
CMYK 0.34 0.62 0 0
HSL 266.75º 1% 0.69% -
HSV(B) 266.75º 0.62% 1% -
XYZ 38.57 24.28 97.26 -
YUV 136.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 168 98 255 0.34 0.62 0 0 266.75 1 0.69
Hex A8 62 FF 22 3E 0 0 10B 64 45
Octal 250 142 377 42 76 0 0 413 144 105
Binary 10101000 1100010 11111111 100010 111110 0 0 100001011 1100100 1000101

Color Harmonies of #A862FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862FF

Black with #A862FF

Text Example


Text Example

White with #A862FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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