Html Css Color HEX #AFB0FF Perano

📋 copy color: '#AFB0FF'

red 175 ◦ green 176 ◦ blue 255

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

Shades of Perano #AFB0FF

Tints of Perano #AFB0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.08%

R = 28.88%
G = 29.04%
B = 42.08%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFB0FF (or 0xAFB0FF) is known color: Perano. HEX triplet: AF, B0 and FF. RGB value is (175,176,255). Sum of RGB (Red+Green+Blue) = 175+176+255=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0FF is #504F00. Grayscale: #B8B8B8. Windows color (decimal): -5263105 or 16756911. OLE color: 16756911.

HSL color Cylindrical-coordinate representation of color #AFB0FF: hue angle of 239.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB0FF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 176 255 -
CMYK 0.31 0.31 0 0
HSL 239.25º 1% 0.84% -
HSV(B) 239.25º 0.31% 1% -
XYZ 51.25 47.38 101.05 -
YUV 184.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 175 176 255 0.31 0.31 0 0 239.25 1 0.84
Hex AF B0 FF 1F 1F 0 0 EF 64 54
Octal 257 260 377 37 37 0 0 357 144 124
Binary 10101111 10110000 11111111 11111 11111 0 0 11101111 1100100 1010100

Color Harmonies of #AFB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0FF

Black with #AFB0FF

Text Example


Text Example

White with #AFB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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