Html Css Color HEX #AFB0F3 Perano

📋 copy color: '#AFB0F3'

red 175 ◦ green 176 ◦ blue 243

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

Shades of Perano #AFB0F3

Tints of Perano #AFB0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 29.46%
G = 29.63%
B = 40.91%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFB0F3 (or 0xAFB0F3) is known color: Perano. HEX triplet: AF, B0 and F3. RGB value is (175,176,243). Sum of RGB (Red+Green+Blue) = 175+176+243=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0F3 is #504F0C. Grayscale: #B7B7B7. Windows color (decimal): -5263117 or 15970479. OLE color: 15970479.

HSL color Cylindrical-coordinate representation of color #AFB0F3: hue angle of 239.12º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB0F3 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 176 243 -
CMYK 0.28 0.28 0 0.05
HSL 239.12º 0.74% 0.82% -
HSV(B) 239.12º 0.28% 0.95% -
XYZ 49.38 46.64 91.19 -
YUV 183.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 175 176 243 0.28 0.28 0 0.05 239.12 0.74 0.82
Hex AF B0 F3 1C 1C 0 5 EF 4A 52
Octal 257 260 363 34 34 0 5 357 112 122
Binary 10101111 10110000 11110011 11100 11100 0 101 11101111 1001010 1010010

Color Harmonies of #AFB0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0F3

Black with #AFB0F3

Text Example


Text Example

White with #AFB0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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