Html Css Color HEX #AB7CDA Medium Purple

📋 copy color: '#AB7CDA'

red 171 ◦ green 124 ◦ blue 218

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

Shades of Medium Purple #AB7CDA

Tints of Medium Purple #AB7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.17%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 33.33%
G = 24.17%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB7CDA (or 0xAB7CDA) is known color: Medium Purple. HEX triplet: AB, 7C and DA. RGB value is (171,124,218). Sum of RGB (Red+Green+Blue) = 171+124+218=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CDA is #548325. Grayscale: #949494. Windows color (decimal): -5538598 or 14318763. OLE color: 14318763.

HSL color Cylindrical-coordinate representation of color #AB7CDA: hue angle of 270º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7CDA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 124 218 -
CMYK 0.22 0.43 0 0.15
HSL 270º 0.56% 0.67% -
HSV(B) 270º 0.43% 0.85% -
XYZ 36.66 28.14 69.83 -
YUV 148.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 171 124 218 0.22 0.43 0 0.15 270 0.56 0.67
Hex AB 7C DA 16 2B 0 F 10E 38 43
Octal 253 174 332 26 53 0 17 416 70 103
Binary 10101011 1111100 11011010 10110 101011 0 1111 100001110 111000 1000011

Color Harmonies of #AB7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CDA

Black with #AB7CDA

Text Example


Text Example

White with #AB7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CDA; }

 p { color: rgb(171,124,218); }

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

background-color css

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

 a { background-color: rgb(171,124,218); }

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

border-color css

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

 span { border-color: rgb(171,124,218); }

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