#C3AEE4

Color #C3AEE4 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C3AEE4

Tints of Moon Raker #C3AEE4

Color information

#C3AEE4 (or 0xC3AEE4) is unknown color: approx Moon Raker. HEX triplet: C3, AE and E4. RGB value is (195,174,228). Sum of RGB (Red+Green+Blue) = 195+174+228=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #C3AEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEE4 is #3C511B. Grayscale: #BABABA. Windows color (decimal): -3952924 or 14986947. OLE color: 14986947.

HSL color Cylindrical-coordinate representation of color #C3AEE4: hue angle of 263.33º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3AEE4 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195174228-
CMYK0.140.2400.11
HSL263.33º50%78.82%-
HSV(B)263.33º23.68%89.41%-
XYZ51.6547.4879.84-
YUV186.43151.46134.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 228 (89.45% from 255) = 38.19%
R=32.66%
G=29.15%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1951742280.140.2400.11263.335078.82
HexC3AEE4E180B107324f
Octal303256344163001340762117
Binary110000111010111011100100111011000010111000001111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEE4; }

 p { color: rgb(195,174,228); }

 H1.HeaderClassName
 {
   color: #C3AEE4;
 }
 .AnyTagClassName
 {
   color: #C3AEE4;
 }
</style>
background-color css

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

 a { background-color: rgb(195,174,228); }

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

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

 span { border-color: rgb(195,174,228); }

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