Html Css Color HEX #AB9EFC Perano

📋 copy color: '#AB9EFC'

red 171 ◦ green 158 ◦ blue 252

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

Shades of Perano #AB9EFC

Tints of Perano #AB9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

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

R = 29.43%
G = 27.19%
B = 43.37%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB9EFC (or 0xAB9EFC) is known color: Perano. HEX triplet: AB, 9E and FC. RGB value is (171,158,252). Sum of RGB (Red+Green+Blue) = 171+158+252=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EFC is #546103. Grayscale: #ACACAC. Windows color (decimal): -5529860 or 16555691. OLE color: 16555691.

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

Color convert

RGB 171 158 252 -
CMYK 0.32 0.37 0 0.01
HSL 248.3º 0.94% 0.8% -
HSV(B) 248.3º 0.37% 0.99% -
XYZ 46.59 40.14 97.39 -
YUV 172.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 171 158 252 0.32 0.37 0 0.01 248.3 0.94 0.8
Hex AB 9E FC 20 25 0 1 F8 5E 50
Octal 253 236 374 40 45 0 1 370 136 120
Binary 10101011 10011110 11111100 100000 100101 0 1 11111000 1011110 1010000

Color Harmonies of #AB9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EFC

Black with #AB9EFC

Text Example


Text Example

White with #AB9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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