Html Css Color HEX #AB68F6 Medium Purple

📋 copy color: '#AB68F6'

red 171 ◦ green 104 ◦ blue 246

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

Shades of Medium Purple #AB68F6

Tints of Medium Purple #AB68F6

RGB

 RED value IS 171 (67.19% from 255) = 32.82%

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

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 32.82%
G = 19.96%
B = 47.22%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB68F6 (or 0xAB68F6) is known color: Medium Purple. HEX triplet: AB, 68 and F6. RGB value is (171,104,246). Sum of RGB (Red+Green+Blue) = 171+104+246=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68F6 is #549709. Grayscale: #8B8B8B. Windows color (decimal): -5543690 or 16148651. OLE color: 16148651.

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

Color convert

RGB 171 104 246 -
CMYK 0.30 0.58 0 0.04
HSL 268.31º 0.89% 0.69% -
HSV(B) 268.31º 0.58% 0.96% -
XYZ 38.38 25.21 90.03 -
YUV 140.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 171 104 246 0.30 0.58 0 0.04 268.31 0.89 0.69
Hex AB 68 F6 1E 3A 0 4 10C 59 45
Octal 253 150 366 36 72 0 4 414 131 105
Binary 10101011 1101000 11110110 11110 111010 0 100 100001100 1011001 1000101

Color Harmonies of #AB68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68F6

Black with #AB68F6

Text Example


Text Example

White with #AB68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68F6; }

 p { color: rgb(171,104,246); }

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

background-color css

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

 a { background-color: rgb(171,104,246); }

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

border-color css

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

 span { border-color: rgb(171,104,246); }

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