Html Css Color HEX #A888DF Biloba Flower

📋 copy color: '#A888DF'

red 168 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #A888DF

Tints of Biloba Flower #A888DF

RGB

 RED value IS 168 (66.02% from 255) = 31.88%

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

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

R = 31.88%
G = 25.81%
B = 42.31%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A888DF (or 0xA888DF) is known color: Biloba Flower. HEX triplet: A8, 88 and DF. RGB value is (168,136,223). Sum of RGB (Red+Green+Blue) = 168+136+223=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A888DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888DF is #577720. Grayscale: #9B9B9B. Windows color (decimal): -5732129 or 14649512. OLE color: 14649512.

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

Color convert

RGB 168 136 223 -
CMYK 0.25 0.39 0 0.13
HSL 262.07º 0.58% 0.7% -
HSV(B) 262.07º 0.39% 0.87% -
XYZ 38.27 31.26 73.83 -
YUV 155.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 168 136 223 0.25 0.39 0 0.13 262.07 0.58 0.7
Hex A8 88 DF 19 27 0 D 106 3A 46
Octal 250 210 337 31 47 0 15 406 72 106
Binary 10101000 10001000 11011111 11001 100111 0 1101 100000110 111010 1000110

Color Harmonies of #A888DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888DF

Black with #A888DF

Text Example


Text Example

White with #A888DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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