Html Css Color HEX #AB67FB Medium Purple

📋 copy color: '#AB67FB'

red 171 ◦ green 103 ◦ blue 251

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

Shades of Medium Purple #AB67FB

Tints of Medium Purple #AB67FB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.62%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 32.57%
G = 19.62%
B = 47.81%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB67FB (or 0xAB67FB) is known color: Medium Purple. HEX triplet: AB, 67 and FB. RGB value is (171,103,251). Sum of RGB (Red+Green+Blue) = 171+103+251=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67FB is #549804. Grayscale: #8B8B8B. Windows color (decimal): -5543941 or 16476075. OLE color: 16476075.

HSL color Cylindrical-coordinate representation of color #AB67FB: hue angle of 267.57º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB67FB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 103 251 -
CMYK 0.32 0.59 0 0.02
HSL 267.57º 0.95% 0.69% -
HSV(B) 267.57º 0.59% 0.98% -
XYZ 39.06 25.32 94.1 -
YUV 140.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 171 103 251 0.32 0.59 0 0.02 267.57 0.95 0.69
Hex AB 67 FB 20 3B 0 2 10C 5F 45
Octal 253 147 373 40 73 0 2 414 137 105
Binary 10101011 1100111 11111011 100000 111011 0 10 100001100 1011111 1000101

Color Harmonies of #AB67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB67FB

Black with #AB67FB

Text Example


Text Example

White with #AB67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB67FB; }

 p { color: rgb(171,103,251); }

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

background-color css

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

 a { background-color: rgb(171,103,251); }

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

border-color css

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

 span { border-color: rgb(171,103,251); }

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