Html Css Color HEX #AB78F2 Medium Purple

📋 copy color: '#AB78F2'

red 171 ◦ green 120 ◦ blue 242

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

Shades of Medium Purple #AB78F2

Tints of Medium Purple #AB78F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.51%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 32.08%
G = 22.51%
B = 45.4%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB78F2 (or 0xAB78F2) is known color: Medium Purple. HEX triplet: AB, 78 and F2. RGB value is (171,120,242). Sum of RGB (Red+Green+Blue) = 171+120+242=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB78F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78F2 is #54870D. Grayscale: #949494. Windows color (decimal): -5539598 or 15890603. OLE color: 15890603.

HSL color Cylindrical-coordinate representation of color #AB78F2: hue angle of 265.08º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB78F2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 120 242 -
CMYK 0.29 0.50 0 0.05
HSL 265.08º 0.82% 0.71% -
HSV(B) 265.08º 0.5% 0.95% -
XYZ 39.54 28.5 87.42 -
YUV 149.16 180.4 143.58 -
System Red Green Blue C M Y K H S L
Decimal 171 120 242 0.29 0.50 0 0.05 265.08 0.82 0.71
Hex AB 78 F2 1D 32 0 5 109 52 47
Octal 253 170 362 35 62 0 5 411 122 107
Binary 10101011 1111000 11110010 11101 110010 0 101 100001001 1010010 1000111

Color Harmonies of #AB78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78F2

Black with #AB78F2

Text Example


Text Example

White with #AB78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78F2; }

 p { color: rgb(171,120,242); }

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

background-color css

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

 a { background-color: rgb(171,120,242); }

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

border-color css

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

 span { border-color: rgb(171,120,242); }

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