Html Css Color HEX #C1AAFA Melrose

📋 copy color: '#C1AAFA'

red 193 ◦ green 170 ◦ blue 250

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

Shades of Melrose #C1AAFA

Tints of Melrose #C1AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 31.48%
G = 27.73%
B = 40.78%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1AAFA (or 0xC1AAFA) is known color: Melrose. HEX triplet: C1, AA and FA. RGB value is (193,170,250). Sum of RGB (Red+Green+Blue) = 193+170+250=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAFA is #3E5505. Grayscale: #B9B9B9. Windows color (decimal): -4084998 or 16427713. OLE color: 16427713.

HSL color Cylindrical-coordinate representation of color #C1AAFA: hue angle of 257.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1AAFA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 170 250 -
CMYK 0.23 0.32 0 0.02
HSL 257.25º 0.89% 0.82% -
HSV(B) 257.25º 0.32% 0.98% -
XYZ 53.62 46.99 96.69 -
YUV 186 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 193 170 250 0.23 0.32 0 0.02 257.25 0.89 0.82
Hex C1 AA FA 17 20 0 2 101 59 52
Octal 301 252 372 27 40 0 2 401 131 122
Binary 11000001 10101010 11111010 10111 100000 0 10 100000001 1011001 1010010

Color Harmonies of #C1AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAFA

Black with #C1AAFA

Text Example


Text Example

White with #C1AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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