Html Css Color HEX #AB68FA Medium Purple

📋 copy color: '#AB68FA'

red 171 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #AB68FA

Tints of Medium Purple #AB68FA

RGB

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

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

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

R = 32.57%
G = 19.81%
B = 47.62%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB68FA (or 0xAB68FA) is known color: Medium Purple. HEX triplet: AB, 68 and FA. RGB value is (171,104,250). Sum of RGB (Red+Green+Blue) = 171+104+250=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68FA is #549705. Grayscale: #8C8C8C. Windows color (decimal): -5543686 or 16410795. OLE color: 16410795.

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

Color convert

RGB 171 104 250 -
CMYK 0.32 0.58 0 0.02
HSL 267.53º 0.94% 0.69% -
HSV(B) 267.53º 0.58% 0.98% -
XYZ 39 25.46 93.3 -
YUV 140.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 171 104 250 0.32 0.58 0 0.02 267.53 0.94 0.69
Hex AB 68 FA 20 3A 0 2 10C 5E 45
Octal 253 150 372 40 72 0 2 414 136 105
Binary 10101011 1101000 11111010 100000 111010 0 10 100001100 1011110 1000101

Color Harmonies of #AB68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68FA

Black with #AB68FA

Text Example


Text Example

White with #AB68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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