Html Css Color HEX #AB9FFB Perano

📋 copy color: '#AB9FFB'

red 171 ◦ green 159 ◦ blue 251

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

Shades of Perano #AB9FFB

Tints of Perano #AB9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.37%

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

R = 29.43%
G = 27.37%
B = 43.2%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB9FFB (or 0xAB9FFB) is known color: Perano. HEX triplet: AB, 9F and FB. RGB value is (171,159,251). Sum of RGB (Red+Green+Blue) = 171+159+251=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFB is #546004. Grayscale: #ACACAC. Windows color (decimal): -5529605 or 16490411. OLE color: 16490411.

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

Color convert

RGB 171 159 251 -
CMYK 0.32 0.37 0 0.02
HSL 247.83º 0.92% 0.8% -
HSV(B) 247.83º 0.37% 0.98% -
XYZ 46.61 40.42 96.61 -
YUV 173.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 171 159 251 0.32 0.37 0 0.02 247.83 0.92 0.8
Hex AB 9F FB 20 25 0 2 F8 5C 50
Octal 253 237 373 40 45 0 2 370 134 120
Binary 10101011 10011111 11111011 100000 100101 0 10 11111000 1011100 1010000

Color Harmonies of #AB9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FFB

Black with #AB9FFB

Text Example


Text Example

White with #AB9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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