Html Css Color HEX #ACB7F1 Perano

📋 copy color: '#ACB7F1'

red 172 ◦ green 183 ◦ blue 241

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

Shades of Perano #ACB7F1

Tints of Perano #ACB7F1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.7%

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

R = 28.86%
G = 30.7%
B = 40.44%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACB7F1 (or 0xACB7F1) is known color: Perano. HEX triplet: AC, B7 and F1. RGB value is (172,183,241). Sum of RGB (Red+Green+Blue) = 172+183+241=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F1 is #53480E. Grayscale: #BABABA. Windows color (decimal): -5457935 or 15841196. OLE color: 15841196.

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

Color convert

RGB 172 183 241 -
CMYK 0.29 0.24 0 0.05
HSL 230.43º 0.71% 0.81% -
HSV(B) 230.43º 0.29% 0.95% -
XYZ 49.82 48.99 90.05 -
YUV 186.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 172 183 241 0.29 0.24 0 0.05 230.43 0.71 0.81
Hex AC B7 F1 1D 18 0 5 E6 47 51
Octal 254 267 361 35 30 0 5 346 107 121
Binary 10101100 10110111 11110001 11101 11000 0 101 11100110 1000111 1010001

Color Harmonies of #ACB7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7F1

Black with #ACB7F1

Text Example


Text Example

White with #ACB7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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