Html Css Color HEX #AFB7FA Perano

📋 copy color: '#AFB7FA'

red 175 ◦ green 183 ◦ blue 250

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

Shades of Perano #AFB7FA

Tints of Perano #AFB7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.1%

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

R = 28.78%
G = 30.1%
B = 41.12%

CMYK

 C value IS 0.3

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB7FA (or 0xAFB7FA) is known color: Perano. HEX triplet: AF, B7 and FA. RGB value is (175,183,250). Sum of RGB (Red+Green+Blue) = 175+183+250=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7FA is #504805. Grayscale: #BBBBBB. Windows color (decimal): -5261318 or 16431023. OLE color: 16431023.

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

Color convert

RGB 175 183 250 -
CMYK 0.3 0.27 0 0.02
HSL 233.6º 0.88% 0.83% -
HSV(B) 233.6º 0.3% 0.98% -
XYZ 51.87 49.88 97.34 -
YUV 188.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 175 183 250 0.3 0.27 0 0.02 233.6 0.88 0.83
Hex AF B7 FA 1E 1B 0 2 EA 58 53
Octal 257 267 372 36 33 0 2 352 130 123
Binary 10101111 10110111 11111010 11110 11011 0 10 11101010 1011000 1010011

Color Harmonies of #AFB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7FA

Black with #AFB7FA

Text Example


Text Example

White with #AFB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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