Html Css Color HEX #AFB9FF Perano

📋 copy color: '#AFB9FF'

red 175 ◦ green 185 ◦ blue 255

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

Shades of Perano #AFB9FF

Tints of Perano #AFB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.08%

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

R = 28.46%
G = 30.08%
B = 41.46%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFB9FF (or 0xAFB9FF) is known color: Perano. HEX triplet: AF, B9 and FF. RGB value is (175,185,255). Sum of RGB (Red+Green+Blue) = 175+185+255=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9FF is #504600. Grayscale: #BDBDBD. Windows color (decimal): -5260801 or 16759215. OLE color: 16759215.

HSL color Cylindrical-coordinate representation of color #AFB9FF: hue angle of 232.5º 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 #AFB9FF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 185 255 -
CMYK 0.31 0.27 0 0
HSL 232.5º 1% 0.84% -
HSV(B) 232.5º 0.31% 1% -
XYZ 53.08 51.03 101.66 -
YUV 189.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 175 185 255 0.31 0.27 0 0 232.5 1 0.84
Hex AF B9 FF 1F 1B 0 0 E8 64 54
Octal 257 271 377 37 33 0 0 350 144 124
Binary 10101111 10111001 11111111 11111 11011 0 0 11101000 1100100 1010100

Color Harmonies of #AFB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9FF

Black with #AFB9FF

Text Example


Text Example

White with #AFB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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