Html Css Color HEX #A394E4 Wistful

📋 copy color: '#A394E4'

red 163 ◦ green 148 ◦ blue 228

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

Shades of Wistful #A394E4

Tints of Wistful #A394E4

RGB

 RED value IS 163 (64.06% from 255) = 30.24%

 GREEN value IS 148 (58.2% from 255) = 27.46%

 BLUE value IS 228 (89.45% from 255) = 42.3%

R = 30.24%
G = 27.46%
B = 42.3%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A394E4 (or 0xA394E4) is known color: Wistful. HEX triplet: A3, 94 and E4. RGB value is (163,148,228). Sum of RGB (Red+Green+Blue) = 163+148+228=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #A394E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394E4 is #5C6B1B. Grayscale: #A1A1A1. Windows color (decimal): -6056732 or 14980259. OLE color: 14980259.

HSL color Cylindrical-coordinate representation of color #A394E4: hue angle of 251.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A394E4 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 148 228 -
CMYK 0.29 0.35 0 0.11
HSL 251.25º 0.6% 0.74% -
HSV(B) 251.25º 0.35% 0.89% -
XYZ 39.7 34.57 77.98 -
YUV 161.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 163 148 228 0.29 0.35 0 0.11 251.25 0.6 0.74
Hex A3 94 E4 1D 23 0 B FB 3C 4A
Octal 243 224 344 35 43 0 13 373 74 112
Binary 10100011 10010100 11100100 11101 100011 0 1011 11111011 111100 1001010

Color Harmonies of #A394E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394E4

Black with #A394E4

Text Example


Text Example

White with #A394E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394E4; }

 p { color: rgb(163,148,228); }

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

background-color css

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

 a { background-color: rgb(163,148,228); }

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

border-color css

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

 span { border-color: rgb(163,148,228); }

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