Html Css Color HEX #AB68FF Medium Purple

📋 copy color: '#AB68FF'

red 171 ◦ green 104 ◦ blue 255

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

Shades of Medium Purple #AB68FF

Tints of Medium Purple #AB68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 32.26%
G = 19.62%
B = 48.11%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB68FF (or 0xAB68FF) is known color: Medium Purple. HEX triplet: AB, 68 and FF. RGB value is (171,104,255). Sum of RGB (Red+Green+Blue) = 171+104+255=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB68FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68FF is #549700. Grayscale: #8C8C8C. Windows color (decimal): -5543681 or 16738475. OLE color: 16738475.

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

Color convert

RGB 171 104 255 -
CMYK 0.33 0.59 0 0
HSL 266.62º 1% 0.7% -
HSV(B) 266.62º 0.59% 1% -
XYZ 39.79 25.78 97.49 -
YUV 141.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 171 104 255 0.33 0.59 0 0 266.62 1 0.7
Hex AB 68 FF 21 3B 0 0 10B 64 46
Octal 253 150 377 41 73 0 0 413 144 106
Binary 10101011 1101000 11111111 100001 111011 0 0 100001011 1100100 1000110

Color Harmonies of #AB68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68FF

Black with #AB68FF

Text Example


Text Example

White with #AB68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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