Html Css Color HEX #AFB0FA Perano

📋 copy color: '#AFB0FA'

red 175 ◦ green 176 ◦ blue 250

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

Shades of Perano #AFB0FA

Tints of Perano #AFB0FA

RGB

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

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

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

R = 29.12%
G = 29.28%
B = 41.6%

CMYK

 C value IS 0.3

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB0FA (or 0xAFB0FA) is known color: Perano. HEX triplet: AF, B0 and FA. RGB value is (175,176,250). Sum of RGB (Red+Green+Blue) = 175+176+250=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0FA is #504F05. Grayscale: #B7B7B7. Windows color (decimal): -5263110 or 16429231. OLE color: 16429231.

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

Color convert

RGB 175 176 250 -
CMYK 0.3 0.30 0 0.02
HSL 239.2º 0.88% 0.83% -
HSV(B) 239.2º 0.3% 0.98% -
XYZ 50.46 47.07 96.87 -
YUV 184.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 175 176 250 0.3 0.30 0 0.02 239.2 0.88 0.83
Hex AF B0 FA 1E 1E 0 2 EF 58 53
Octal 257 260 372 36 36 0 2 357 130 123
Binary 10101111 10110000 11111010 11110 11110 0 10 11101111 1011000 1010011

Color Harmonies of #AFB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0FA

Black with #AFB0FA

Text Example


Text Example

White with #AFB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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