Html Css Color HEX #AFB2FA Perano

📋 copy color: '#AFB2FA'

red 175 ◦ green 178 ◦ blue 250

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

Shades of Perano #AFB2FA

Tints of Perano #AFB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.52%

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

R = 29.02%
G = 29.52%
B = 41.46%

CMYK

 C value IS 0.3

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB2FA (or 0xAFB2FA) is known color: Perano. HEX triplet: AF, B2 and FA. RGB value is (175,178,250). Sum of RGB (Red+Green+Blue) = 175+178+250=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2FA is #504D05. Grayscale: #B9B9B9. Windows color (decimal): -5262598 or 16429743. OLE color: 16429743.

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

Color convert

RGB 175 178 250 -
CMYK 0.3 0.29 0 0.02
HSL 237.6º 0.88% 0.83% -
HSV(B) 237.6º 0.3% 0.98% -
XYZ 50.85 47.86 97 -
YUV 185.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 175 178 250 0.3 0.29 0 0.02 237.6 0.88 0.83
Hex AF B2 FA 1E 1D 0 2 EE 58 53
Octal 257 262 372 36 35 0 2 356 130 123
Binary 10101111 10110010 11111010 11110 11101 0 10 11101110 1011000 1010011

Color Harmonies of #AFB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2FA

Black with #AFB2FA

Text Example


Text Example

White with #AFB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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