Html Css Color HEX #C6AAF3 Perfume

📋 copy color: '#C6AAF3'

red 198 ◦ green 170 ◦ blue 243

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

Shades of Perfume #C6AAF3

Tints of Perfume #C6AAF3

RGB

 RED value IS 198 (77.73% from 255) = 32.41%

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

 BLUE value IS 243 (95.31% from 255) = 39.77%

R = 32.41%
G = 27.82%
B = 39.77%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6AAF3 (or 0xC6AAF3) is known color: Perfume. HEX triplet: C6, AA and F3. RGB value is (198,170,243). Sum of RGB (Red+Green+Blue) = 198+170+243=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAF3 is #39550C. Grayscale: #BABABA. Windows color (decimal): -3757325 or 15968966. OLE color: 15968966.

HSL color Cylindrical-coordinate representation of color #C6AAF3: hue angle of 263.01º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6AAF3 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 170 243 -
CMYK 0.19 0.30 0 0.05
HSL 263.01º 0.75% 0.81% -
HSV(B) 263.01º 0.3% 0.95% -
XYZ 53.84 47.23 91.07 -
YUV 186.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 198 170 243 0.19 0.30 0 0.05 263.01 0.75 0.81
Hex C6 AA F3 13 1E 0 5 107 4B 51
Octal 306 252 363 23 36 0 5 407 113 121
Binary 11000110 10101010 11110011 10011 11110 0 101 100000111 1001011 1010001

Color Harmonies of #C6AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AAF3

Black with #C6AAF3

Text Example


Text Example

White with #C6AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AAF3; }

 p { color: rgb(198,170,243); }

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

background-color css

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

 a { background-color: rgb(198,170,243); }

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

border-color css

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

 span { border-color: rgb(198,170,243); }

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