Html Css Color HEX #A688D2 Biloba Flower

📋 copy color: '#A688D2'

red 166 ◦ green 136 ◦ blue 210

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

Shades of Biloba Flower #A688D2

Tints of Biloba Flower #A688D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 32.42%
G = 26.56%
B = 41.02%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A688D2 (or 0xA688D2) is known color: Biloba Flower. HEX triplet: A6, 88 and D2. RGB value is (166,136,210). Sum of RGB (Red+Green+Blue) = 166+136+210=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #A688D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688D2 is #59772D. Grayscale: #999999. Windows color (decimal): -5863214 or 13797542. OLE color: 13797542.

HSL color Cylindrical-coordinate representation of color #A688D2: hue angle of 264.32º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A688D2 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 136 210 -
CMYK 0.21 0.35 0 0.18
HSL 264.32º 0.45% 0.68% -
HSV(B) 264.32º 0.35% 0.82% -
XYZ 36.16 30.37 64.93 -
YUV 153.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 166 136 210 0.21 0.35 0 0.18 264.32 0.45 0.68
Hex A6 88 D2 15 23 0 12 108 2D 44
Octal 246 210 322 25 43 0 22 410 55 104
Binary 10100110 10001000 11010010 10101 100011 0 10010 100001000 101101 1000100

Color Harmonies of #A688D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688D2

Black with #A688D2

Text Example


Text Example

White with #A688D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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