Html Css Color HEX #A869F0 Medium Purple

📋 copy color: '#A869F0'

red 168 ◦ green 105 ◦ blue 240

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

Shades of Medium Purple #A869F0

Tints of Medium Purple #A869F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 32.75%
G = 20.47%
B = 46.78%

CMYK

 C value IS 0.3

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A869F0 (or 0xA869F0) is known color: Medium Purple. HEX triplet: A8, 69 and F0. RGB value is (168,105,240). Sum of RGB (Red+Green+Blue) = 168+105+240=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #A869F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869F0 is #57960F. Grayscale: #8A8A8A. Windows color (decimal): -5740048 or 15755688. OLE color: 15755688.

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

Color convert

RGB 168 105 240 -
CMYK 0.3 0.56 0 0.06
HSL 268º 0.82% 0.68% -
HSV(B) 268º 0.56% 0.94% -
XYZ 36.93 24.72 85.26 -
YUV 139.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 168 105 240 0.3 0.56 0 0.06 268 0.82 0.68
Hex A8 69 F0 1E 38 0 6 10C 52 44
Octal 250 151 360 36 70 0 6 414 122 104
Binary 10101000 1101001 11110000 11110 111000 0 110 100001100 1010010 1000100

Color Harmonies of #A869F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869F0

Black with #A869F0

Text Example


Text Example

White with #A869F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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