Html Css Color HEX #AEACFD Perano

📋 copy color: '#AEACFD'

red 174 ◦ green 172 ◦ blue 253

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

Shades of Perano #AEACFD

Tints of Perano #AEACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.71%

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 29.05%
G = 28.71%
B = 42.24%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEACFD (or 0xAEACFD) is known color: Perano. HEX triplet: AE, AC and FD. RGB value is (174,172,253). Sum of RGB (Red+Green+Blue) = 174+172+253=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACFD is #515302. Grayscale: #B5B5B5. Windows color (decimal): -5329667 or 16624814. OLE color: 16624814.

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

Color convert

RGB 174 172 253 -
CMYK 0.31 0.32 0 0.01
HSL 241.48º 0.95% 0.83% -
HSV(B) 241.48º 0.32% 0.99% -
XYZ 49.94 45.6 99.1 -
YUV 181.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 174 172 253 0.31 0.32 0 0.01 241.48 0.95 0.83
Hex AE AC FD 1F 20 0 1 F1 5F 53
Octal 256 254 375 37 40 0 1 361 137 123
Binary 10101110 10101100 11111101 11111 100000 0 1 11110001 1011111 1010011

Color Harmonies of #AEACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACFD

Black with #AEACFD

Text Example


Text Example

White with #AEACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACFD; }

 p { color: rgb(174,172,253); }

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

background-color css

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

 a { background-color: rgb(174,172,253); }

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

border-color css

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

 span { border-color: rgb(174,172,253); }

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