Html Css Color HEX #AFB0F1 Perano

📋 copy color: '#AFB0F1'

red 175 ◦ green 176 ◦ blue 241

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

Shades of Perano #AFB0F1

Tints of Perano #AFB0F1

RGB

 RED value IS 175 (68.75% from 255) = 29.56%

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

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

R = 29.56%
G = 29.73%
B = 40.71%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFB0F1 (or 0xAFB0F1) is known color: Perano. HEX triplet: AF, B0 and F1. RGB value is (175,176,241). Sum of RGB (Red+Green+Blue) = 175+176+241=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFB0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0F1 is #504F0E. Grayscale: #B6B6B6. Windows color (decimal): -5263119 or 15839407. OLE color: 15839407.

HSL color Cylindrical-coordinate representation of color #AFB0F1: hue angle of 239.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB0F1 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 176 241 -
CMYK 0.27 0.27 0 0.05
HSL 239.09º 0.7% 0.82% -
HSV(B) 239.09º 0.27% 0.95% -
XYZ 49.08 46.52 89.61 -
YUV 183.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 175 176 241 0.27 0.27 0 0.05 239.09 0.7 0.82
Hex AF B0 F1 1B 1B 0 5 EF 46 52
Octal 257 260 361 33 33 0 5 357 106 122
Binary 10101111 10110000 11110001 11011 11011 0 101 11101111 1000110 1010010

Color Harmonies of #AFB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0F1

Black with #AFB0F1

Text Example


Text Example

White with #AFB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0F1; }

 p { color: rgb(175,176,241); }

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

background-color css

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

 a { background-color: rgb(175,176,241); }

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

border-color css

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

 span { border-color: rgb(175,176,241); }

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