Html Css Color HEX #AFA2F5 Melrose

📋 copy color: '#AFA2F5'

red 175 ◦ green 162 ◦ blue 245

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

Shades of Melrose #AFA2F5

Tints of Melrose #AFA2F5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.84%

 BLUE value IS 245 (96.09% from 255) = 42.1%

R = 30.07%
G = 27.84%
B = 42.1%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFA2F5 (or 0xAFA2F5) is known color: Melrose. HEX triplet: AF, A2 and F5. RGB value is (175,162,245). Sum of RGB (Red+Green+Blue) = 175+162+245=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFA2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2F5 is #505D0A. Grayscale: #AFAFAF. Windows color (decimal): -5266699 or 16097967. OLE color: 16097967.

HSL color Cylindrical-coordinate representation of color #AFA2F5: hue angle of 249.4º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA2F5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 162 245 -
CMYK 0.29 0.34 0 0.04
HSL 249.4º 0.81% 0.8% -
HSV(B) 249.4º 0.34% 0.96% -
XYZ 47.08 41.55 91.92 -
YUV 175.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 175 162 245 0.29 0.34 0 0.04 249.4 0.81 0.8
Hex AF A2 F5 1D 22 0 4 F9 51 50
Octal 257 242 365 35 42 0 4 371 121 120
Binary 10101111 10100010 11110101 11101 100010 0 100 11111001 1010001 1010000

Color Harmonies of #AFA2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2F5

Black with #AFA2F5

Text Example


Text Example

White with #AFA2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2F5; }

 p { color: rgb(175,162,245); }

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

background-color css

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

 a { background-color: rgb(175,162,245); }

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

border-color css

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

 span { border-color: rgb(175,162,245); }

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