Html Css Color HEX #AFB1F2 Perano

📋 copy color: '#AFB1F2'

red 175 ◦ green 177 ◦ blue 242

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

Shades of Perano #AFB1F2

Tints of Perano #AFB1F2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.8%

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 29.46%
G = 29.8%
B = 40.74%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFB1F2 (or 0xAFB1F2) is known color: Perano. HEX triplet: AF, B1 and F2. RGB value is (175,177,242). Sum of RGB (Red+Green+Blue) = 175+177+242=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFB1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1F2 is #504E0D. Grayscale: #B7B7B7. Windows color (decimal): -5262862 or 15905199. OLE color: 15905199.

HSL color Cylindrical-coordinate representation of color #AFB1F2: hue angle of 238.21º degrees, saturation: 0.72, 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 #AFB1F2 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 177 242 -
CMYK 0.28 0.27 0 0.05
HSL 238.21º 0.72% 0.82% -
HSV(B) 238.21º 0.28% 0.95% -
XYZ 49.43 46.97 90.47 -
YUV 183.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 175 177 242 0.28 0.27 0 0.05 238.21 0.72 0.82
Hex AF B1 F2 1C 1B 0 5 EE 48 52
Octal 257 261 362 34 33 0 5 356 110 122
Binary 10101111 10110001 11110010 11100 11011 0 101 11101110 1001000 1010010

Color Harmonies of #AFB1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1F2

Black with #AFB1F2

Text Example


Text Example

White with #AFB1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1F2; }

 p { color: rgb(175,177,242); }

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

background-color css

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

 a { background-color: rgb(175,177,242); }

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

border-color css

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

 span { border-color: rgb(175,177,242); }

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