Html Css Color HEX #AFADEA Perano

📋 copy color: '#AFADEA'

red 175 ◦ green 173 ◦ blue 234

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

Shades of Perano #AFADEA

Tints of Perano #AFADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.73%

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

R = 30.07%
G = 29.73%
B = 40.21%

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

#AFADEA (or 0xAFADEA) is known color: Perano. HEX triplet: AF, AD and EA. RGB value is (175,173,234). Sum of RGB (Red+Green+Blue) = 175+173+234=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADEA is #505215. Grayscale: #B4B4B4. Windows color (decimal): -5263894 or 15379887. OLE color: 15379887.

HSL color Cylindrical-coordinate representation of color #AFADEA: hue angle of 241.97º 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 #AFADEA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 173 234 -
CMYK 0.25 0.26 0 0.08
HSL 241.97º 0.59% 0.8% -
HSV(B) 241.97º 0.26% 0.92% -
XYZ 47.47 44.94 84.01 -
YUV 180.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 175 173 234 0.25 0.26 0 0.08 241.97 0.59 0.8
Hex AF AD EA 19 1A 0 8 F2 3B 50
Octal 257 255 352 31 32 0 10 362 73 120
Binary 10101111 10101101 11101010 11001 11010 0 1000 11110010 111011 1010000

Color Harmonies of #AFADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADEA

Black with #AFADEA

Text Example


Text Example

White with #AFADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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