Html Css Color HEX #ACB0FD Perano

📋 copy color: '#ACB0FD'

red 172 ◦ green 176 ◦ blue 253

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

Shades of Perano #ACB0FD

Tints of Perano #ACB0FD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.28%

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 28.62%
G = 29.28%
B = 42.1%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACB0FD (or 0xACB0FD) is known color: Perano. HEX triplet: AC, B0 and FD. RGB value is (172,176,253). Sum of RGB (Red+Green+Blue) = 172+176+253=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACB0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FD is #534F02. Grayscale: #B7B7B7. Windows color (decimal): -5459715 or 16625836. OLE color: 16625836.

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

Color convert

RGB 172 176 253 -
CMYK 0.32 0.30 0 0.01
HSL 237.04º 0.95% 0.83% -
HSV(B) 237.04º 0.32% 0.99% -
XYZ 50.27 46.91 99.33 -
YUV 183.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 172 176 253 0.32 0.30 0 0.01 237.04 0.95 0.83
Hex AC B0 FD 20 1E 0 1 ED 5F 53
Octal 254 260 375 40 36 0 1 355 137 123
Binary 10101100 10110000 11111101 100000 11110 0 1 11101101 1011111 1010011

Color Harmonies of #ACB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0FD

Black with #ACB0FD

Text Example


Text Example

White with #ACB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0FD; }

 p { color: rgb(172,176,253); }

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

background-color css

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

 a { background-color: rgb(172,176,253); }

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

border-color css

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

 span { border-color: rgb(172,176,253); }

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