Html Css Color HEX #AFAEF1 Perano

📋 copy color: '#AFAEF1'

red 175 ◦ green 174 ◦ blue 241

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

Shades of Perano #AFAEF1

Tints of Perano #AFAEF1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.49%

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 29.66%
G = 29.49%
B = 40.85%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFAEF1 (or 0xAFAEF1) is known color: Perano. HEX triplet: AF, AE and F1. RGB value is (175,174,241). Sum of RGB (Red+Green+Blue) = 175+174+241=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFAEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEF1 is #50510E. Grayscale: #B5B5B5. Windows color (decimal): -5263631 or 15838895. OLE color: 15838895.

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

Color convert

RGB 175 174 241 -
CMYK 0.27 0.28 0 0.05
HSL 240.9º 0.71% 0.81% -
HSV(B) 240.9º 0.28% 0.95% -
XYZ 48.69 45.74 89.48 -
YUV 181.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 175 174 241 0.27 0.28 0 0.05 240.9 0.71 0.81
Hex AF AE F1 1B 1C 0 5 F1 47 51
Octal 257 256 361 33 34 0 5 361 107 121
Binary 10101111 10101110 11110001 11011 11100 0 101 11110001 1000111 1010001

Color Harmonies of #AFAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEF1

Black with #AFAEF1

Text Example


Text Example

White with #AFAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEF1; }

 p { color: rgb(175,174,241); }

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

background-color css

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

 a { background-color: rgb(175,174,241); }

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

border-color css

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

 span { border-color: rgb(175,174,241); }

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