Html Css Color HEX #A088DF Biloba Flower

📋 copy color: '#A088DF'

red 160 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #A088DF

Tints of Biloba Flower #A088DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 30.83%
G = 26.2%
B = 42.97%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A088DF (or 0xA088DF) is known color: Biloba Flower. HEX triplet: A0, 88 and DF. RGB value is (160,136,223). Sum of RGB (Red+Green+Blue) = 160+136+223=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A088DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088DF is #5F7720. Grayscale: #989898. Windows color (decimal): -6256417 or 14649504. OLE color: 14649504.

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

Color convert

RGB 160 136 223 -
CMYK 0.28 0.39 0 0.13
HSL 256.55º 0.58% 0.7% -
HSV(B) 256.55º 0.39% 0.87% -
XYZ 36.62 30.41 73.75 -
YUV 153.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 160 136 223 0.28 0.39 0 0.13 256.55 0.58 0.7
Hex A0 88 DF 1C 27 0 D 101 3A 46
Octal 240 210 337 34 47 0 15 401 72 106
Binary 10100000 10001000 11011111 11100 100111 0 1101 100000001 111010 1000110

Color Harmonies of #A088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088DF

Black with #A088DF

Text Example


Text Example

White with #A088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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