Html Css Color HEX #A688DA Biloba Flower

📋 copy color: '#A688DA'

red 166 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #A688DA

Tints of Biloba Flower #A688DA

RGB

 RED value IS 166 (65.23% from 255) = 31.92%

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

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

R = 31.92%
G = 26.15%
B = 41.92%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A688DA (or 0xA688DA) is known color: Biloba Flower. HEX triplet: A6, 88 and DA. RGB value is (166,136,218). Sum of RGB (Red+Green+Blue) = 166+136+218=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A688DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688DA is #597725. Grayscale: #9A9A9A. Windows color (decimal): -5863206 or 14321830. OLE color: 14321830.

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

Color convert

RGB 166 136 218 -
CMYK 0.24 0.38 0 0.15
HSL 261.95º 0.53% 0.69% -
HSV(B) 261.95º 0.38% 0.85% -
XYZ 37.18 30.78 70.31 -
YUV 154.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 166 136 218 0.24 0.38 0 0.15 261.95 0.53 0.69
Hex A6 88 DA 18 26 0 F 106 35 45
Octal 246 210 332 30 46 0 17 406 65 105
Binary 10100110 10001000 11011010 11000 100110 0 1111 100000110 110101 1000101

Color Harmonies of #A688DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688DA

Black with #A688DA

Text Example


Text Example

White with #A688DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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