Html Css Color HEX #AB69FC Medium Purple

📋 copy color: '#AB69FC'

red 171 ◦ green 105 ◦ blue 252

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

Shades of Medium Purple #AB69FC

Tints of Medium Purple #AB69FC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.89%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 32.39%
G = 19.89%
B = 47.73%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB69FC (or 0xAB69FC) is known color: Medium Purple. HEX triplet: AB, 69 and FC. RGB value is (171,105,252). Sum of RGB (Red+Green+Blue) = 171+105+252=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB69FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB69FC is #549603. Grayscale: #8C8C8C. Windows color (decimal): -5543428 or 16542123. OLE color: 16542123.

HSL color Cylindrical-coordinate representation of color #AB69FC: hue angle of 266.94º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB69FC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 105 252 -
CMYK 0.32 0.58 0 0.01
HSL 266.94º 0.96% 0.7% -
HSV(B) 266.94º 0.58% 0.99% -
XYZ 39.42 25.79 95 -
YUV 141.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 171 105 252 0.32 0.58 0 0.01 266.94 0.96 0.7
Hex AB 69 FC 20 3A 0 1 10B 60 46
Octal 253 151 374 40 72 0 1 413 140 106
Binary 10101011 1101001 11111100 100000 111010 0 1 100001011 1100000 1000110

Color Harmonies of #AB69FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69FC

Black with #AB69FC

Text Example


Text Example

White with #AB69FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69FC; }

 p { color: rgb(171,105,252); }

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

background-color css

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

 a { background-color: rgb(171,105,252); }

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

border-color css

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

 span { border-color: rgb(171,105,252); }

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