Html Css Color HEX #AFB5FF Perano

📋 copy color: '#AFB5FF'

red 175 ◦ green 181 ◦ blue 255

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

Shades of Perano #AFB5FF

Tints of Perano #AFB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.62%

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

R = 28.64%
G = 29.62%
B = 41.73%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFB5FF (or 0xAFB5FF) is known color: Perano. HEX triplet: AF, B5 and FF. RGB value is (175,181,255). Sum of RGB (Red+Green+Blue) = 175+181+255=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5FF is #504A00. Grayscale: #BBBBBB. Windows color (decimal): -5261825 or 16758191. OLE color: 16758191.

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

Color convert

RGB 175 181 255 -
CMYK 0.31 0.29 0 0
HSL 235.5º 1% 0.84% -
HSV(B) 235.5º 0.31% 1% -
XYZ 52.25 49.38 101.39 -
YUV 187.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 175 181 255 0.31 0.29 0 0 235.5 1 0.84
Hex AF B5 FF 1F 1D 0 0 EC 64 54
Octal 257 265 377 37 35 0 0 354 144 124
Binary 10101111 10110101 11111111 11111 11101 0 0 11101100 1100100 1010100

Color Harmonies of #AFB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5FF

Black with #AFB5FF

Text Example


Text Example

White with #AFB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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