Html Css Color HEX #AB9FFC Perano

📋 copy color: '#AB9FFC'

red 171 ◦ green 159 ◦ blue 252

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

Shades of Perano #AB9FFC

Tints of Perano #AB9FFC

RGB

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

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

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

R = 29.38%
G = 27.32%
B = 43.3%

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

#AB9FFC (or 0xAB9FFC) is known color: Perano. HEX triplet: AB, 9F and FC. RGB value is (171,159,252). Sum of RGB (Red+Green+Blue) = 171+159+252=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFC is #546003. Grayscale: #ACACAC. Windows color (decimal): -5529604 or 16555947. OLE color: 16555947.

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

Color convert

RGB 171 159 252 -
CMYK 0.32 0.37 0 0.01
HSL 247.74º 0.94% 0.81% -
HSV(B) 247.74º 0.37% 0.99% -
XYZ 46.76 40.48 97.44 -
YUV 173.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 171 159 252 0.32 0.37 0 0.01 247.74 0.94 0.81
Hex AB 9F FC 20 25 0 1 F8 5E 51
Octal 253 237 374 40 45 0 1 370 136 121
Binary 10101011 10011111 11111100 100000 100101 0 1 11111000 1011110 1010001

Color Harmonies of #AB9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FFC

Black with #AB9FFC

Text Example


Text Example

White with #AB9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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