Html Css Color HEX #AB68EC Medium Purple

📋 copy color: '#AB68EC'

red 171 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #AB68EC

Tints of Medium Purple #AB68EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 33.46%
G = 20.35%
B = 46.18%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB68EC (or 0xAB68EC) is known color: Medium Purple. HEX triplet: AB, 68 and EC. RGB value is (171,104,236). Sum of RGB (Red+Green+Blue) = 171+104+236=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68EC is #549713. Grayscale: #8A8A8A. Windows color (decimal): -5543700 or 15493291. OLE color: 15493291.

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

Color convert

RGB 171 104 236 -
CMYK 0.28 0.56 0 0.07
HSL 270.45º 0.78% 0.67% -
HSV(B) 270.45º 0.56% 0.93% -
XYZ 36.89 24.61 82.16 -
YUV 139.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 171 104 236 0.28 0.56 0 0.07 270.45 0.78 0.67
Hex AB 68 EC 1C 38 0 7 10E 4E 43
Octal 253 150 354 34 70 0 7 416 116 103
Binary 10101011 1101000 11101100 11100 111000 0 111 100001110 1001110 1000011

Color Harmonies of #AB68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68EC

Black with #AB68EC

Text Example


Text Example

White with #AB68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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