Html Css Color HEX #A488DD Biloba Flower

📋 copy color: '#A488DD'

red 164 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #A488DD

Tints of Biloba Flower #A488DD

RGB

 RED value IS 164 (64.45% from 255) = 31.48%

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

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

R = 31.48%
G = 26.1%
B = 42.42%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A488DD (or 0xA488DD) is known color: Biloba Flower. HEX triplet: A4, 88 and DD. RGB value is (164,136,221). Sum of RGB (Red+Green+Blue) = 164+136+221=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A488DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DD is #5B7722. Grayscale: #999999. Windows color (decimal): -5994275 or 14518436. OLE color: 14518436.

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

Color convert

RGB 164 136 221 -
CMYK 0.26 0.38 0 0.13
HSL 259.76º 0.56% 0.7% -
HSV(B) 259.76º 0.38% 0.87% -
XYZ 37.17 30.72 72.38 -
YUV 154.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 164 136 221 0.26 0.38 0 0.13 259.76 0.56 0.7
Hex A4 88 DD 1A 26 0 D 104 38 46
Octal 244 210 335 32 46 0 15 404 70 106
Binary 10100100 10001000 11011101 11010 100110 0 1101 100000100 111000 1000110

Color Harmonies of #A488DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488DD

Black with #A488DD

Text Example


Text Example

White with #A488DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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