Html Css Color HEX #A488DA Biloba Flower

📋 copy color: '#A488DA'

red 164 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #A488DA

Tints of Biloba Flower #A488DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 31.66%
G = 26.25%
B = 42.08%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A488DA (or 0xA488DA) is known color: Biloba Flower. HEX triplet: A4, 88 and DA. RGB value is (164,136,218). Sum of RGB (Red+Green+Blue) = 164+136+218=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A488DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DA is #5B7725. Grayscale: #999999. Windows color (decimal): -5994278 or 14321828. OLE color: 14321828.

HSL color Cylindrical-coordinate representation of color #A488DA: hue angle of 260.49º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A488DA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 136 218 -
CMYK 0.25 0.38 0 0.15
HSL 260.49º 0.53% 0.69% -
HSV(B) 260.49º 0.38% 0.85% -
XYZ 36.77 30.56 70.29 -
YUV 153.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 164 136 218 0.25 0.38 0 0.15 260.49 0.53 0.69
Hex A4 88 DA 19 26 0 F 104 35 45
Octal 244 210 332 31 46 0 17 404 65 105
Binary 10100100 10001000 11011010 11001 100110 0 1111 100000100 110101 1000101

Color Harmonies of #A488DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488DA

Black with #A488DA

Text Example


Text Example

White with #A488DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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