Html Css Color HEX #AB66F2 Medium Purple

📋 copy color: '#AB66F2'

red 171 ◦ green 102 ◦ blue 242

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

Shades of Medium Purple #AB66F2

Tints of Medium Purple #AB66F2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.81%

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

R = 33.2%
G = 19.81%
B = 46.99%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB66F2 (or 0xAB66F2) is known color: Medium Purple. HEX triplet: AB, 66 and F2. RGB value is (171,102,242). Sum of RGB (Red+Green+Blue) = 171+102+242=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB66F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66F2 is #54990D. Grayscale: #8A8A8A. Windows color (decimal): -5544206 or 15885995. OLE color: 15885995.

HSL color Cylindrical-coordinate representation of color #AB66F2: hue angle of 269.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB66F2 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 102 242 -
CMYK 0.29 0.58 0 0.05
HSL 269.57º 0.84% 0.67% -
HSV(B) 269.57º 0.58% 0.95% -
XYZ 37.57 24.57 86.77 -
YUV 138.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 171 102 242 0.29 0.58 0 0.05 269.57 0.84 0.67
Hex AB 66 F2 1D 3A 0 5 10E 54 43
Octal 253 146 362 35 72 0 5 416 124 103
Binary 10101011 1100110 11110010 11101 111010 0 101 100001110 1010100 1000011

Color Harmonies of #AB66F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66F2

Black with #AB66F2

Text Example


Text Example

White with #AB66F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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