Html Css Color HEX #A869FA Medium Purple

📋 copy color: '#A869FA'

red 168 ◦ green 105 ◦ blue 250

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

Shades of Medium Purple #A869FA

Tints of Medium Purple #A869FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 32.12%
G = 20.08%
B = 47.8%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A869FA (or 0xA869FA) is known color: Medium Purple. HEX triplet: A8, 69 and FA. RGB value is (168,105,250). Sum of RGB (Red+Green+Blue) = 168+105+250=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #A869FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869FA is #579605. Grayscale: #8B8B8B. Windows color (decimal): -5740038 or 16411048. OLE color: 16411048.

HSL color Cylindrical-coordinate representation of color #A869FA: hue angle of 266.07º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A869FA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 105 250 -
CMYK 0.33 0.58 0 0.02
HSL 266.07º 0.94% 0.7% -
HSV(B) 266.07º 0.58% 0.98% -
XYZ 38.46 25.33 93.3 -
YUV 140.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 168 105 250 0.33 0.58 0 0.02 266.07 0.94 0.7
Hex A8 69 FA 21 3A 0 2 10A 5E 46
Octal 250 151 372 41 72 0 2 412 136 106
Binary 10101000 1101001 11111010 100001 111010 0 10 100001010 1011110 1000110

Color Harmonies of #A869FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869FA

Black with #A869FA

Text Example


Text Example

White with #A869FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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