Html Css Color HEX #ACB5F1 Perano

📋 copy color: '#ACB5F1'

red 172 ◦ green 181 ◦ blue 241

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

Shades of Perano #ACB5F1

Tints of Perano #ACB5F1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.47%

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

R = 28.96%
G = 30.47%
B = 40.57%

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

#ACB5F1 (or 0xACB5F1) is known color: Perano. HEX triplet: AC, B5 and F1. RGB value is (172,181,241). Sum of RGB (Red+Green+Blue) = 172+181+241=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5F1 is #534A0E. Grayscale: #B8B8B8. Windows color (decimal): -5458447 or 15840684. OLE color: 15840684.

HSL color Cylindrical-coordinate representation of color #ACB5F1: hue angle of 232.17º 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 #ACB5F1 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 181 241 -
CMYK 0.29 0.25 0 0.05
HSL 232.17º 0.71% 0.81% -
HSV(B) 232.17º 0.29% 0.95% -
XYZ 49.41 48.17 89.91 -
YUV 185.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 172 181 241 0.29 0.25 0 0.05 232.17 0.71 0.81
Hex AC B5 F1 1D 19 0 5 E8 47 51
Octal 254 265 361 35 31 0 5 350 107 121
Binary 10101100 10110101 11110001 11101 11001 0 101 11101000 1000111 1010001

Color Harmonies of #ACB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5F1

Black with #ACB5F1

Text Example


Text Example

White with #ACB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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