Html Css Color HEX #AFAEEA Perano

📋 copy color: '#AFAEEA'

red 175 ◦ green 174 ◦ blue 234

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

Shades of Perano #AFAEEA

Tints of Perano #AFAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 30.02%
G = 29.85%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFAEEA (or 0xAFAEEA) is known color: Perano. HEX triplet: AF, AE and EA. RGB value is (175,174,234). Sum of RGB (Red+Green+Blue) = 175+174+234=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEA is #505115. Grayscale: #B4B4B4. Windows color (decimal): -5263638 or 15380143. OLE color: 15380143.

HSL color Cylindrical-coordinate representation of color #AFAEEA: hue angle of 241º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAEEA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 174 234 -
CMYK 0.25 0.26 0 0.08
HSL 241º 0.59% 0.8% -
HSV(B) 241º 0.26% 0.92% -
XYZ 47.67 45.33 84.08 -
YUV 181.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 175 174 234 0.25 0.26 0 0.08 241 0.59 0.8
Hex AF AE EA 19 1A 0 8 F1 3B 50
Octal 257 256 352 31 32 0 10 361 73 120
Binary 10101111 10101110 11101010 11001 11010 0 1000 11110001 111011 1010000

Color Harmonies of #AFAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEEA

Black with #AFAEEA

Text Example


Text Example

White with #AFAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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