Html Css Color HEX #C4AAF1 Perfume

📋 copy color: '#C4AAF1'

red 196 ◦ green 170 ◦ blue 241

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

Shades of Perfume #C4AAF1

Tints of Perfume #C4AAF1

RGB

 RED value IS 196 (76.95% from 255) = 32.29%

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

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

R = 32.29%
G = 28.01%
B = 39.7%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4AAF1 (or 0xC4AAF1) is known color: Perfume. HEX triplet: C4, AA and F1. RGB value is (196,170,241). Sum of RGB (Red+Green+Blue) = 196+170+241=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AAF1 is #3B550E. Grayscale: #B9B9B9. Windows color (decimal): -3888399 or 15837892. OLE color: 15837892.

HSL color Cylindrical-coordinate representation of color #C4AAF1: hue angle of 261.97º 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 #C4AAF1 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 170 241 -
CMYK 0.19 0.29 0 0.05
HSL 261.97º 0.72% 0.81% -
HSV(B) 261.97º 0.29% 0.95% -
XYZ 53.02 46.84 89.47 -
YUV 185.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 196 170 241 0.19 0.29 0 0.05 261.97 0.72 0.81
Hex C4 AA F1 13 1D 0 5 106 48 51
Octal 304 252 361 23 35 0 5 406 110 121
Binary 11000100 10101010 11110001 10011 11101 0 101 100000110 1001000 1010001

Color Harmonies of #C4AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAF1

Black with #C4AAF1

Text Example


Text Example

White with #C4AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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