Html Css Color HEX #C1AAF7 Melrose

📋 copy color: '#C1AAF7'

red 193 ◦ green 170 ◦ blue 247

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

Shades of Melrose #C1AAF7

Tints of Melrose #C1AAF7

RGB

 RED value IS 193 (75.78% from 255) = 31.64%

 GREEN value IS 170 (66.8% from 255) = 27.87%

 BLUE value IS 247 (96.88% from 255) = 40.49%

R = 31.64%
G = 27.87%
B = 40.49%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C1AAF7 (or 0xC1AAF7) is known color: Melrose. HEX triplet: C1, AA and F7. RGB value is (193,170,247). Sum of RGB (Red+Green+Blue) = 193+170+247=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #C1AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAF7 is #3E5508. Grayscale: #B9B9B9. Windows color (decimal): -4085001 or 16231105. OLE color: 16231105.

HSL color Cylindrical-coordinate representation of color #C1AAF7: hue angle of 257.92º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1AAF7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 170 247 -
CMYK 0.22 0.31 0 0.03
HSL 257.92º 0.83% 0.82% -
HSV(B) 257.92º 0.31% 0.97% -
XYZ 53.16 46.8 94.23 -
YUV 185.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 193 170 247 0.22 0.31 0 0.03 257.92 0.83 0.82
Hex C1 AA F7 16 1F 0 3 102 53 52
Octal 301 252 367 26 37 0 3 402 123 122
Binary 11000001 10101010 11110111 10110 11111 0 11 100000010 1010011 1010010

Color Harmonies of #C1AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAF7

Black with #C1AAF7

Text Example


Text Example

White with #C1AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAF7; }

 p { color: rgb(193,170,247); }

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

background-color css

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

 a { background-color: rgb(193,170,247); }

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

border-color css

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

 span { border-color: rgb(193,170,247); }

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