Html Css Color HEX #A488DF Biloba Flower

📋 copy color: '#A488DF'

red 164 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #A488DF

Tints of Biloba Flower #A488DF

RGB

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

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

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

R = 31.36%
G = 26%
B = 42.64%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A488DF (or 0xA488DF) is known color: Biloba Flower. HEX triplet: A4, 88 and DF. RGB value is (164,136,223). Sum of RGB (Red+Green+Blue) = 164+136+223=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A488DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488DF is #5B7720. Grayscale: #999999. Windows color (decimal): -5994273 or 14649508. OLE color: 14649508.

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

Color convert

RGB 164 136 223 -
CMYK 0.26 0.39 0 0.13
HSL 259.31º 0.58% 0.7% -
HSV(B) 259.31º 0.39% 0.87% -
XYZ 37.43 30.83 73.79 -
YUV 154.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 164 136 223 0.26 0.39 0 0.13 259.31 0.58 0.7
Hex A4 88 DF 1A 27 0 D 103 3A 46
Octal 244 210 337 32 47 0 15 403 72 106
Binary 10100100 10001000 11011111 11010 100111 0 1101 100000011 111010 1000110

Color Harmonies of #A488DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488DF

Black with #A488DF

Text Example


Text Example

White with #A488DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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