Html Css Color HEX #ACB4F1 Perano

📋 copy color: '#ACB4F1'

red 172 ◦ green 180 ◦ blue 241

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

Shades of Perano #ACB4F1

Tints of Perano #ACB4F1

RGB

 RED value IS 172 (67.58% from 255) = 29.01%

 GREEN value IS 180 (70.7% from 255) = 30.35%

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 29.01%
G = 30.35%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACB4F1 (or 0xACB4F1) is known color: Perano. HEX triplet: AC, B4 and F1. RGB value is (172,180,241). Sum of RGB (Red+Green+Blue) = 172+180+241=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4F1 is #534B0E. Grayscale: #B8B8B8. Windows color (decimal): -5458703 or 15840428. OLE color: 15840428.

HSL color Cylindrical-coordinate representation of color #ACB4F1: hue angle of 233.04º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB4F1 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 180 241 -
CMYK 0.29 0.25 0 0.05
HSL 233.04º 0.71% 0.81% -
HSV(B) 233.04º 0.29% 0.95% -
XYZ 49.21 47.76 89.84 -
YUV 184.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 172 180 241 0.29 0.25 0 0.05 233.04 0.71 0.81
Hex AC B4 F1 1D 19 0 5 E9 47 51
Octal 254 264 361 35 31 0 5 351 107 121
Binary 10101100 10110100 11110001 11101 11001 0 101 11101001 1000111 1010001

Color Harmonies of #ACB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4F1

Black with #ACB4F1

Text Example


Text Example

White with #ACB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4F1; }

 p { color: rgb(172,180,241); }

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

background-color css

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

 a { background-color: rgb(172,180,241); }

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

border-color css

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

 span { border-color: rgb(172,180,241); }

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