Html Css Color HEX #AFB5FA Perano

📋 copy color: '#AFB5FA'

red 175 ◦ green 181 ◦ blue 250

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

Shades of Perano #AFB5FA

Tints of Perano #AFB5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 28.88%
G = 29.87%
B = 41.25%

CMYK

 C value IS 0.3

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB5FA (or 0xAFB5FA) is known color: Perano. HEX triplet: AF, B5 and FA. RGB value is (175,181,250). Sum of RGB (Red+Green+Blue) = 175+181+250=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5FA is #504A05. Grayscale: #BABABA. Windows color (decimal): -5261830 or 16430511. OLE color: 16430511.

HSL color Cylindrical-coordinate representation of color #AFB5FA: hue angle of 235.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB5FA is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 181 250 -
CMYK 0.3 0.28 0 0.02
HSL 235.2º 0.88% 0.83% -
HSV(B) 235.2º 0.3% 0.98% -
XYZ 51.46 49.06 97.2 -
YUV 187.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 175 181 250 0.3 0.28 0 0.02 235.2 0.88 0.83
Hex AF B5 FA 1E 1C 0 2 EB 58 53
Octal 257 265 372 36 34 0 2 353 130 123
Binary 10101111 10110101 11111010 11110 11100 0 10 11101011 1011000 1010011

Color Harmonies of #AFB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5FA

Black with #AFB5FA

Text Example


Text Example

White with #AFB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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