Html Css Color HEX #A088DD Biloba Flower

📋 copy color: '#A088DD'

red 160 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #A088DD

Tints of Biloba Flower #A088DD

RGB

 RED value IS 160 (62.89% from 255) = 30.95%

 GREEN value IS 136 (53.52% from 255) = 26.31%

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

R = 30.95%
G = 26.31%
B = 42.75%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A088DD (or 0xA088DD) is known color: Biloba Flower. HEX triplet: A0, 88 and DD. RGB value is (160,136,221). Sum of RGB (Red+Green+Blue) = 160+136+221=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A088DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088DD is #5F7722. Grayscale: #989898. Windows color (decimal): -6256419 or 14518432. OLE color: 14518432.

HSL color Cylindrical-coordinate representation of color #A088DD: hue angle of 256.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A088DD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 136 221 -
CMYK 0.28 0.38 0 0.13
HSL 256.94º 0.56% 0.7% -
HSV(B) 256.94º 0.38% 0.87% -
XYZ 36.35 30.3 72.34 -
YUV 152.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 160 136 221 0.28 0.38 0 0.13 256.94 0.56 0.7
Hex A0 88 DD 1C 26 0 D 101 38 46
Octal 240 210 335 34 46 0 15 401 70 106
Binary 10100000 10001000 11011101 11100 100110 0 1101 100000001 111000 1000110

Color Harmonies of #A088DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088DD

Black with #A088DD

Text Example


Text Example

White with #A088DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088DD; }

 p { color: rgb(160,136,221); }

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

background-color css

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

 a { background-color: rgb(160,136,221); }

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

border-color css

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

 span { border-color: rgb(160,136,221); }

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