Html Css Color HEX #A865FF Medium Purple

📋 copy color: '#A865FF'

red 168 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #A865FF

Tints of Medium Purple #A865FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.27%

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

R = 32.06%
G = 19.27%
B = 48.66%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A865FF (or 0xA865FF) is known color: Medium Purple. HEX triplet: A8, 65 and FF. RGB value is (168,101,255). Sum of RGB (Red+Green+Blue) = 168+101+255=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A865FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865FF is #579A00. Grayscale: #8A8A8A. Windows color (decimal): -5741057 or 16737704. OLE color: 16737704.

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

Color convert

RGB 168 101 255 -
CMYK 0.34 0.60 0 0
HSL 266.1º 1% 0.7% -
HSV(B) 266.1º 0.6% 1% -
XYZ 38.85 24.85 97.36 -
YUV 138.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 168 101 255 0.34 0.60 0 0 266.1 1 0.7
Hex A8 65 FF 22 3C 0 0 10A 64 46
Octal 250 145 377 42 74 0 0 412 144 106
Binary 10101000 1100101 11111111 100010 111100 0 0 100001010 1100100 1000110

Color Harmonies of #A865FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865FF

Black with #A865FF

Text Example


Text Example

White with #A865FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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