Html Css Color HEX #AFA5ED Melrose

📋 copy color: '#AFA5ED'

red 175 ◦ green 165 ◦ blue 237

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

Shades of Melrose #AFA5ED

Tints of Melrose #AFA5ED

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.6%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 30.33%
G = 28.6%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFA5ED (or 0xAFA5ED) is known color: Melrose. HEX triplet: AF, A5 and ED. RGB value is (175,165,237). Sum of RGB (Red+Green+Blue) = 175+165+237=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFA5ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5ED is #505A12. Grayscale: #AFAFAF. Windows color (decimal): -5265939 or 15574447. OLE color: 15574447.

HSL color Cylindrical-coordinate representation of color #AFA5ED: hue angle of 248.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA5ED is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 165 237 -
CMYK 0.26 0.30 0 0.07
HSL 248.33º 0.67% 0.79% -
HSV(B) 248.33º 0.3% 0.93% -
XYZ 46.42 42.14 85.81 -
YUV 176.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 175 165 237 0.26 0.30 0 0.07 248.33 0.67 0.79
Hex AF A5 ED 1A 1E 0 7 F8 43 4F
Octal 257 245 355 32 36 0 7 370 103 117
Binary 10101111 10100101 11101101 11010 11110 0 111 11111000 1000011 1001111

Color Harmonies of #AFA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5ED

Black with #AFA5ED

Text Example


Text Example

White with #AFA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5ED; }

 p { color: rgb(175,165,237); }

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

background-color css

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

 a { background-color: rgb(175,165,237); }

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

border-color css

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

 span { border-color: rgb(175,165,237); }

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