Html Css Color HEX #AE9FFC Perano

📋 copy color: '#AE9FFC'

red 174 ◦ green 159 ◦ blue 252

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

Shades of Perano #AE9FFC

Tints of Perano #AE9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 29.74%
G = 27.18%
B = 43.08%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE9FFC (or 0xAE9FFC) is known color: Perano. HEX triplet: AE, 9F and FC. RGB value is (174,159,252). Sum of RGB (Red+Green+Blue) = 174+159+252=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9FFC is #516003. Grayscale: #ADADAD. Windows color (decimal): -5332996 or 16555950. OLE color: 16555950.

HSL color Cylindrical-coordinate representation of color #AE9FFC: hue angle of 249.68º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE9FFC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 159 252 -
CMYK 0.31 0.37 0 0.01
HSL 249.68º 0.94% 0.81% -
HSV(B) 249.68º 0.37% 0.99% -
XYZ 47.42 40.82 97.48 -
YUV 174.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 174 159 252 0.31 0.37 0 0.01 249.68 0.94 0.81
Hex AE 9F FC 1F 25 0 1 FA 5E 51
Octal 256 237 374 37 45 0 1 372 136 121
Binary 10101110 10011111 11111100 11111 100101 0 1 11111010 1011110 1010001

Color Harmonies of #AE9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9FFC

Black with #AE9FFC

Text Example


Text Example

White with #AE9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9FFC; }

 p { color: rgb(174,159,252); }

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

background-color css

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

 a { background-color: rgb(174,159,252); }

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

border-color css

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

 span { border-color: rgb(174,159,252); }

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