Html Css Color HEX #A869F5 Medium Purple

📋 copy color: '#A869F5'

red 168 ◦ green 105 ◦ blue 245

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

Shades of Medium Purple #A869F5

Tints of Medium Purple #A869F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.3%

R = 32.43%
G = 20.27%
B = 47.3%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A869F5 (or 0xA869F5) is known color: Medium Purple. HEX triplet: A8, 69 and F5. RGB value is (168,105,245). Sum of RGB (Red+Green+Blue) = 168+105+245=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #A869F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869F5 is #57960A. Grayscale: #8B8B8B. Windows color (decimal): -5740043 or 16083368. OLE color: 16083368.

HSL color Cylindrical-coordinate representation of color #A869F5: hue angle of 267º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A869F5 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 105 245 -
CMYK 0.31 0.57 0 0.04
HSL 267º 0.88% 0.69% -
HSV(B) 267º 0.57% 0.96% -
XYZ 37.68 25.02 89.23 -
YUV 139.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 168 105 245 0.31 0.57 0 0.04 267 0.88 0.69
Hex A8 69 F5 1F 39 0 4 10B 58 45
Octal 250 151 365 37 71 0 4 413 130 105
Binary 10101000 1101001 11110101 11111 111001 0 100 100001011 1011000 1000101

Color Harmonies of #A869F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869F5

Black with #A869F5

Text Example


Text Example

White with #A869F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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