Html Css Color HEX #C1AAF5 Melrose

📋 copy color: '#C1AAF5'

red 193 ◦ green 170 ◦ blue 245

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

Shades of Melrose #C1AAF5

Tints of Melrose #C1AAF5

RGB

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

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

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

R = 31.74%
G = 27.96%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C1AAF5 (or 0xC1AAF5) is known color: Melrose. HEX triplet: C1, AA and F5. RGB value is (193,170,245). Sum of RGB (Red+Green+Blue) = 193+170+245=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1AAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAF5 is #3E550A. Grayscale: #B9B9B9. Windows color (decimal): -4085003 or 16100033. OLE color: 16100033.

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

Color convert

RGB 193 170 245 -
CMYK 0.21 0.31 0 0.04
HSL 258.4º 0.79% 0.81% -
HSV(B) 258.4º 0.31% 0.96% -
XYZ 52.85 46.68 92.61 -
YUV 185.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 193 170 245 0.21 0.31 0 0.04 258.4 0.79 0.81
Hex C1 AA F5 15 1F 0 4 102 4F 51
Octal 301 252 365 25 37 0 4 402 117 121
Binary 11000001 10101010 11110101 10101 11111 0 100 100000010 1001111 1010001

Color Harmonies of #C1AAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAF5

Black with #C1AAF5

Text Example


Text Example

White with #C1AAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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