Html Css Color HEX #AEAFFA Perano

📋 copy color: '#AEAFFA'

red 174 ◦ green 175 ◦ blue 250

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

Shades of Perano #AEAFFA

Tints of Perano #AEAFFA

RGB

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

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

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

R = 29.05%
G = 29.22%
B = 41.74%

CMYK

 C value IS 0.30

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEAFFA (or 0xAEAFFA) is known color: Perano. HEX triplet: AE, AF and FA. RGB value is (174,175,250). Sum of RGB (Red+Green+Blue) = 174+175+250=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEAFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFFA is #515005. Grayscale: #B6B6B6. Windows color (decimal): -5328902 or 16428974. OLE color: 16428974.

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

Color convert

RGB 174 175 250 -
CMYK 0.30 0.3 0 0.02
HSL 239.21º 0.88% 0.83% -
HSV(B) 239.21º 0.3% 0.98% -
XYZ 50.04 46.56 96.79 -
YUV 183.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 174 175 250 0.30 0.3 0 0.02 239.21 0.88 0.83
Hex AE AF FA 1E 1E 0 2 EF 58 53
Octal 256 257 372 36 36 0 2 357 130 123
Binary 10101110 10101111 11111010 11110 11110 0 10 11101111 1011000 1010011

Color Harmonies of #AEAFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFFA

Black with #AEAFFA

Text Example


Text Example

White with #AEAFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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