Html Css Color HEX #A869EB Medium Purple

📋 copy color: '#A869EB'

red 168 ◦ green 105 ◦ blue 235

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

Shades of Medium Purple #A869EB

Tints of Medium Purple #A869EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 33.07%
G = 20.67%
B = 46.26%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A869EB (or 0xA869EB) is known color: Medium Purple. HEX triplet: A8, 69 and EB. RGB value is (168,105,235). Sum of RGB (Red+Green+Blue) = 168+105+235=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #A869EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869EB is #579614. Grayscale: #8A8A8A. Windows color (decimal): -5740053 or 15428008. OLE color: 15428008.

HSL color Cylindrical-coordinate representation of color #A869EB: hue angle of 269.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A869EB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 105 235 -
CMYK 0.29 0.55 0 0.08
HSL 269.08º 0.76% 0.67% -
HSV(B) 269.08º 0.55% 0.92% -
XYZ 36.2 24.43 81.4 -
YUV 138.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 168 105 235 0.29 0.55 0 0.08 269.08 0.76 0.67
Hex A8 69 EB 1D 37 0 8 10D 4C 43
Octal 250 151 353 35 67 0 10 415 114 103
Binary 10101000 1101001 11101011 11101 110111 0 1000 100001101 1001100 1000011

Color Harmonies of #A869EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869EB

Black with #A869EB

Text Example


Text Example

White with #A869EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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