Html Css Color HEX #AB68FC Medium Purple

📋 copy color: '#AB68FC'

red 171 ◦ green 104 ◦ blue 252

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

Shades of Medium Purple #AB68FC

Tints of Medium Purple #AB68FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 32.45%
G = 19.73%
B = 47.82%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB68FC (or 0xAB68FC) is known color: Medium Purple. HEX triplet: AB, 68 and FC. RGB value is (171,104,252). Sum of RGB (Red+Green+Blue) = 171+104+252=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68FC is #549703. Grayscale: #8C8C8C. Windows color (decimal): -5543684 or 16541867. OLE color: 16541867.

HSL color Cylindrical-coordinate representation of color #AB68FC: hue angle of 267.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB68FC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 104 252 -
CMYK 0.32 0.59 0 0.01
HSL 267.16º 0.96% 0.7% -
HSV(B) 267.16º 0.59% 0.99% -
XYZ 39.32 25.59 94.96 -
YUV 140.91 190.7 149.47 -
System Red Green Blue C M Y K H S L
Decimal 171 104 252 0.32 0.59 0 0.01 267.16 0.96 0.7
Hex AB 68 FC 20 3B 0 1 10B 60 46
Octal 253 150 374 40 73 0 1 413 140 106
Binary 10101011 1101000 11111100 100000 111011 0 1 100001011 1100000 1000110

Color Harmonies of #AB68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68FC

Black with #AB68FC

Text Example


Text Example

White with #AB68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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