Html Css Color HEX #AB68EF Medium Purple

📋 copy color: '#AB68EF'

red 171 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #AB68EF

Tints of Medium Purple #AB68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 33.27%
G = 20.23%
B = 46.5%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB68EF (or 0xAB68EF) is known color: Medium Purple. HEX triplet: AB, 68 and EF. RGB value is (171,104,239). Sum of RGB (Red+Green+Blue) = 171+104+239=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68EF is #549710. Grayscale: #8A8A8A. Windows color (decimal): -5543697 or 15689899. OLE color: 15689899.

HSL color Cylindrical-coordinate representation of color #AB68EF: hue angle of 269.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB68EF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 104 239 -
CMYK 0.28 0.56 0 0.06
HSL 269.78º 0.81% 0.67% -
HSV(B) 269.78º 0.56% 0.94% -
XYZ 37.32 24.79 84.48 -
YUV 139.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 171 104 239 0.28 0.56 0 0.06 269.78 0.81 0.67
Hex AB 68 EF 1C 38 0 6 10E 51 43
Octal 253 150 357 34 70 0 6 416 121 103
Binary 10101011 1101000 11101111 11100 111000 0 110 100001110 1010001 1000011

Color Harmonies of #AB68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68EF

Black with #AB68EF

Text Example


Text Example

White with #AB68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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