Html Css Color HEX #A488ED Biloba Flower

📋 copy color: '#A488ED'

red 164 ◦ green 136 ◦ blue 237

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

Shades of Biloba Flower #A488ED

Tints of Biloba Flower #A488ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 30.54%
G = 25.33%
B = 44.13%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A488ED (or 0xA488ED) is known color: Biloba Flower. HEX triplet: A4, 88 and ED. RGB value is (164,136,237). Sum of RGB (Red+Green+Blue) = 164+136+237=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #A488ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488ED is #5B7712. Grayscale: #9B9B9B. Windows color (decimal): -5994259 or 15567012. OLE color: 15567012.

HSL color Cylindrical-coordinate representation of color #A488ED: hue angle of 256.63º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A488ED is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 136 237 -
CMYK 0.31 0.43 0 0.07
HSL 256.63º 0.74% 0.73% -
HSV(B) 256.63º 0.43% 0.93% -
XYZ 39.4 31.62 84.15 -
YUV 155.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 164 136 237 0.31 0.43 0 0.07 256.63 0.74 0.73
Hex A4 88 ED 1F 2B 0 7 101 4A 49
Octal 244 210 355 37 53 0 7 401 112 111
Binary 10100100 10001000 11101101 11111 101011 0 111 100000001 1001010 1001001

Color Harmonies of #A488ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488ED

Black with #A488ED

Text Example


Text Example

White with #A488ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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