Html Css Color HEX #C5AAF1 Perfume

📋 copy color: '#C5AAF1'

red 197 ◦ green 170 ◦ blue 241

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

Shades of Perfume #C5AAF1

Tints of Perfume #C5AAF1

RGB

 RED value IS 197 (77.34% from 255) = 32.4%

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

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 32.4%
G = 27.96%
B = 39.64%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5AAF1 (or 0xC5AAF1) is known color: Perfume. HEX triplet: C5, AA and F1. RGB value is (197,170,241). Sum of RGB (Red+Green+Blue) = 197+170+241=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAF1 is #3A550E. Grayscale: #B9B9B9. Windows color (decimal): -3822863 or 15837893. OLE color: 15837893.

HSL color Cylindrical-coordinate representation of color #C5AAF1: hue angle of 262.82º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5AAF1 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 170 241 -
CMYK 0.18 0.29 0 0.05
HSL 262.82º 0.72% 0.81% -
HSV(B) 262.82º 0.29% 0.95% -
XYZ 53.28 46.97 89.48 -
YUV 186.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 197 170 241 0.18 0.29 0 0.05 262.82 0.72 0.81
Hex C5 AA F1 12 1D 0 5 107 48 51
Octal 305 252 361 22 35 0 5 407 110 121
Binary 11000101 10101010 11110001 10010 11101 0 101 100000111 1001000 1010001

Color Harmonies of #C5AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAF1

Black with #C5AAF1

Text Example


Text Example

White with #C5AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAF1; }

 p { color: rgb(197,170,241); }

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

background-color css

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

 a { background-color: rgb(197,170,241); }

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

border-color css

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

 span { border-color: rgb(197,170,241); }

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