Html Css Color HEX #AB74FF Medium Purple

📋 copy color: '#AB74FF'

red 171 ◦ green 116 ◦ blue 255

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

Shades of Medium Purple #AB74FF

Tints of Medium Purple #AB74FF

RGB

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

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

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

R = 31.55%
G = 21.4%
B = 47.05%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB74FF (or 0xAB74FF) is known color: Medium Purple. HEX triplet: AB, 74 and FF. RGB value is (171,116,255). Sum of RGB (Red+Green+Blue) = 171+116+255=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74FF is #548B00. Grayscale: #939393. Windows color (decimal): -5540609 or 16741547. OLE color: 16741547.

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

Color convert

RGB 171 116 255 -
CMYK 0.33 0.55 0 0
HSL 263.74º 1% 0.73% -
HSV(B) 263.74º 0.55% 1% -
XYZ 41.09 28.37 97.92 -
YUV 148.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 171 116 255 0.33 0.55 0 0 263.74 1 0.73
Hex AB 74 FF 21 37 0 0 108 64 49
Octal 253 164 377 41 67 0 0 410 144 111
Binary 10101011 1110100 11111111 100001 110111 0 0 100001000 1100100 1001001

Color Harmonies of #AB74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74FF

Black with #AB74FF

Text Example


Text Example

White with #AB74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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