Html Css Color HEX #A868FB Medium Purple

📋 copy color: '#A868FB'

red 168 ◦ green 104 ◦ blue 251

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

Shades of Medium Purple #A868FB

Tints of Medium Purple #A868FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 32.12%
G = 19.89%
B = 47.99%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A868FB (or 0xA868FB) is known color: Medium Purple. HEX triplet: A8, 68 and FB. RGB value is (168,104,251). Sum of RGB (Red+Green+Blue) = 168+104+251=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #A868FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FB is #579704. Grayscale: #8B8B8B. Windows color (decimal): -5740293 or 16476328. OLE color: 16476328.

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

Color convert

RGB 168 104 251 -
CMYK 0.33 0.59 0 0.02
HSL 266.12º 0.95% 0.7% -
HSV(B) 266.12º 0.59% 0.98% -
XYZ 38.51 25.19 94.1 -
YUV 139.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 168 104 251 0.33 0.59 0 0.02 266.12 0.95 0.7
Hex A8 68 FB 21 3B 0 2 10A 5F 46
Octal 250 150 373 41 73 0 2 412 137 106
Binary 10101000 1101000 11111011 100001 111011 0 10 100001010 1011111 1000110

Color Harmonies of #A868FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868FB

Black with #A868FB

Text Example


Text Example

White with #A868FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868FB; }

 p { color: rgb(168,104,251); }

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

background-color css

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

 a { background-color: rgb(168,104,251); }

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

border-color css

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

 span { border-color: rgb(168,104,251); }

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