Html Css Color HEX #A394EE Biloba Flower

📋 copy color: '#A394EE'

red 163 ◦ green 148 ◦ blue 238

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

Shades of Biloba Flower #A394EE

Tints of Biloba Flower #A394EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 29.69%
G = 26.96%
B = 43.35%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A394EE (or 0xA394EE) is known color: Biloba Flower. HEX triplet: A3, 94 and EE. RGB value is (163,148,238). Sum of RGB (Red+Green+Blue) = 163+148+238=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A394EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394EE is #5C6B11. Grayscale: #A2A2A2. Windows color (decimal): -6056722 or 15635619. OLE color: 15635619.

HSL color Cylindrical-coordinate representation of color #A394EE: hue angle of 250º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A394EE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 148 238 -
CMYK 0.32 0.38 0 0.07
HSL 250º 0.73% 0.76% -
HSV(B) 250º 0.38% 0.93% -
XYZ 41.13 35.14 85.5 -
YUV 162.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 163 148 238 0.32 0.38 0 0.07 250 0.73 0.76
Hex A3 94 EE 20 26 0 7 FA 49 4C
Octal 243 224 356 40 46 0 7 372 111 114
Binary 10100011 10010100 11101110 100000 100110 0 111 11111010 1001001 1001100

Color Harmonies of #A394EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394EE

Black with #A394EE

Text Example


Text Example

White with #A394EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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