Html Css Color HEX #AFB4FF Perano

📋 copy color: '#AFB4FF'

red 175 ◦ green 180 ◦ blue 255

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

Shades of Perano #AFB4FF

Tints of Perano #AFB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.51%

 BLUE value IS 255 (100% from 255) = 41.8%

R = 28.69%
G = 29.51%
B = 41.8%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFB4FF (or 0xAFB4FF) is known color: Perano. HEX triplet: AF, B4 and FF. RGB value is (175,180,255). Sum of RGB (Red+Green+Blue) = 175+180+255=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4FF is #504B00. Grayscale: #BABABA. Windows color (decimal): -5262081 or 16757935. OLE color: 16757935.

HSL color Cylindrical-coordinate representation of color #AFB4FF: hue angle of 236.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB4FF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 180 255 -
CMYK 0.31 0.29 0 0
HSL 236.25º 1% 0.84% -
HSV(B) 236.25º 0.31% 1% -
XYZ 52.05 48.98 101.32 -
YUV 187.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 175 180 255 0.31 0.29 0 0 236.25 1 0.84
Hex AF B4 FF 1F 1D 0 0 EC 64 54
Octal 257 264 377 37 35 0 0 354 144 124
Binary 10101111 10110100 11111111 11111 11101 0 0 11101100 1100100 1010100

Color Harmonies of #AFB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4FF

Black with #AFB4FF

Text Example


Text Example

White with #AFB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4FF; }

 p { color: rgb(175,180,255); }

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

background-color css

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

 a { background-color: rgb(175,180,255); }

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

border-color css

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

 span { border-color: rgb(175,180,255); }

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