Html Css Color HEX #A394DD Biloba Flower

📋 copy color: '#A394DD'

red 163 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #A394DD

Tints of Biloba Flower #A394DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 30.64%
G = 27.82%
B = 41.54%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A394DD (or 0xA394DD) is known color: Biloba Flower. HEX triplet: A3, 94 and DD. RGB value is (163,148,221). Sum of RGB (Red+Green+Blue) = 163+148+221=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A394DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DD is #5C6B22. Grayscale: #A0A0A0. Windows color (decimal): -6056739 or 14521507. OLE color: 14521507.

HSL color Cylindrical-coordinate representation of color #A394DD: hue angle of 252.33º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A394DD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 148 221 -
CMYK 0.26 0.33 0 0.13
HSL 252.33º 0.52% 0.72% -
HSV(B) 252.33º 0.33% 0.87% -
XYZ 38.75 34.19 72.96 -
YUV 160.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 163 148 221 0.26 0.33 0 0.13 252.33 0.52 0.72
Hex A3 94 DD 1A 21 0 D FC 34 48
Octal 243 224 335 32 41 0 15 374 64 110
Binary 10100011 10010100 11011101 11010 100001 0 1101 11111100 110100 1001000

Color Harmonies of #A394DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394DD

Black with #A394DD

Text Example


Text Example

White with #A394DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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