Html Css Color HEX #AB74EB Medium Purple

📋 copy color: '#AB74EB'

red 171 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #AB74EB

Tints of Medium Purple #AB74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.22%

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 32.76%
G = 22.22%
B = 45.02%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB74EB (or 0xAB74EB) is known color: Medium Purple. HEX triplet: AB, 74 and EB. RGB value is (171,116,235). Sum of RGB (Red+Green+Blue) = 171+116+235=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74EB is #548B14. Grayscale: #919191. Windows color (decimal): -5540629 or 15430827. OLE color: 15430827.

HSL color Cylindrical-coordinate representation of color #AB74EB: hue angle of 267.73º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB74EB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 116 235 -
CMYK 0.27 0.51 0 0.08
HSL 267.73º 0.75% 0.69% -
HSV(B) 267.73º 0.51% 0.92% -
XYZ 38.04 27.15 81.83 -
YUV 146.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 171 116 235 0.27 0.51 0 0.08 267.73 0.75 0.69
Hex AB 74 EB 1B 33 0 8 10C 4B 45
Octal 253 164 353 33 63 0 10 414 113 105
Binary 10101011 1110100 11101011 11011 110011 0 1000 100001100 1001011 1000101

Color Harmonies of #AB74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74EB

Black with #AB74EB

Text Example


Text Example

White with #AB74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74EB; }

 p { color: rgb(171,116,235); }

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

background-color css

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

 a { background-color: rgb(171,116,235); }

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

border-color css

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

 span { border-color: rgb(171,116,235); }

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