Html Css Color HEX #A894DD Biloba Flower

📋 copy color: '#A894DD'

red 168 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #A894DD

Tints of Biloba Flower #A894DD

RGB

 RED value IS 168 (66.02% from 255) = 31.28%

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

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

R = 31.28%
G = 27.56%
B = 41.15%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A894DD (or 0xA894DD) is known color: Biloba Flower. HEX triplet: A8, 94 and DD. RGB value is (168,148,221). Sum of RGB (Red+Green+Blue) = 168+148+221=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A894DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894DD is #576B22. Grayscale: #A2A2A2. Windows color (decimal): -5729059 or 14521512. OLE color: 14521512.

HSL color Cylindrical-coordinate representation of color #A894DD: hue angle of 256.44º 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 #A894DD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 148 221 -
CMYK 0.24 0.33 0 0.13
HSL 256.44º 0.52% 0.72% -
HSV(B) 256.44º 0.33% 0.87% -
XYZ 39.79 34.73 73.01 -
YUV 162.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 168 148 221 0.24 0.33 0 0.13 256.44 0.52 0.72
Hex A8 94 DD 18 21 0 D 100 34 48
Octal 250 224 335 30 41 0 15 400 64 110
Binary 10101000 10010100 11011101 11000 100001 0 1101 100000000 110100 1001000

Color Harmonies of #A894DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894DD

Black with #A894DD

Text Example


Text Example

White with #A894DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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