Html Css Color HEX #AB85FD Medium Purple

📋 copy color: '#AB85FD'

red 171 ◦ green 133 ◦ blue 253

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

Shades of Medium Purple #AB85FD

Tints of Medium Purple #AB85FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.88%

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 30.7%
G = 23.88%
B = 45.42%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB85FD (or 0xAB85FD) is known color: Medium Purple. HEX triplet: AB, 85 and FD. RGB value is (171,133,253). Sum of RGB (Red+Green+Blue) = 171+133+253=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB85FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FD is #547A02. Grayscale: #9D9D9D. Windows color (decimal): -5536259 or 16614827. OLE color: 16614827.

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

Color convert

RGB 171 133 253 -
CMYK 0.32 0.47 0 0.01
HSL 259º 0.97% 0.76% -
HSV(B) 259º 0.47% 0.99% -
XYZ 42.91 32.52 96.94 -
YUV 158.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 171 133 253 0.32 0.47 0 0.01 259 0.97 0.76
Hex AB 85 FD 20 2F 0 1 103 61 4C
Octal 253 205 375 40 57 0 1 403 141 114
Binary 10101011 10000101 11111101 100000 101111 0 1 100000011 1100001 1001100

Color Harmonies of #AB85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85FD

Black with #AB85FD

Text Example


Text Example

White with #AB85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85FD; }

 p { color: rgb(171,133,253); }

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

background-color css

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

 a { background-color: rgb(171,133,253); }

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

border-color css

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

 span { border-color: rgb(171,133,253); }

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