Html Css Color HEX #ACB7FA Perano

📋 copy color: '#ACB7FA'

red 172 ◦ green 183 ◦ blue 250

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

Shades of Perano #ACB7FA

Tints of Perano #ACB7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 28.43%
G = 30.25%
B = 41.32%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACB7FA (or 0xACB7FA) is known color: Perano. HEX triplet: AC, B7 and FA. RGB value is (172,183,250). Sum of RGB (Red+Green+Blue) = 172+183+250=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7FA is #534805. Grayscale: #BBBBBB. Windows color (decimal): -5457926 or 16431020. OLE color: 16431020.

HSL color Cylindrical-coordinate representation of color #ACB7FA: hue angle of 231.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB7FA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 183 250 -
CMYK 0.31 0.27 0 0.02
HSL 231.54º 0.89% 0.83% -
HSV(B) 231.54º 0.31% 0.98% -
XYZ 51.2 49.54 97.31 -
YUV 187.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 172 183 250 0.31 0.27 0 0.02 231.54 0.89 0.83
Hex AC B7 FA 1F 1B 0 2 E8 59 53
Octal 254 267 372 37 33 0 2 350 131 123
Binary 10101100 10110111 11111010 11111 11011 0 10 11101000 1011001 1010011

Color Harmonies of #ACB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7FA

Black with #ACB7FA

Text Example


Text Example

White with #ACB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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