Html Css Color HEX #AEAFF2 Perano

📋 copy color: '#AEAFF2'

red 174 ◦ green 175 ◦ blue 242

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

Shades of Perano #AEAFF2

Tints of Perano #AEAFF2

RGB

 RED value IS 174 (68.36% from 255) = 29.44%

 GREEN value IS 175 (68.75% from 255) = 29.61%

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

R = 29.44%
G = 29.61%
B = 40.95%

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

#AEAFF2 (or 0xAEAFF2) is known color: Perano. HEX triplet: AE, AF and F2. RGB value is (174,175,242). Sum of RGB (Red+Green+Blue) = 174+175+242=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFF2 is #51500D. Grayscale: #B6B6B6. Windows color (decimal): -5328910 or 15904686. OLE color: 15904686.

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

Color convert

RGB 174 175 242 -
CMYK 0.28 0.28 0 0.05
HSL 239.12º 0.72% 0.82% -
HSV(B) 239.12º 0.28% 0.95% -
XYZ 48.81 46.07 90.32 -
YUV 182.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 174 175 242 0.28 0.28 0 0.05 239.12 0.72 0.82
Hex AE AF F2 1C 1C 0 5 EF 48 52
Octal 256 257 362 34 34 0 5 357 110 122
Binary 10101110 10101111 11110010 11100 11100 0 101 11101111 1001000 1010010

Color Harmonies of #AEAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFF2

Black with #AEAFF2

Text Example


Text Example

White with #AEAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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