Html Css Color HEX #A690DF Biloba Flower

📋 copy color: '#A690DF'

red 166 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #A690DF

Tints of Biloba Flower #A690DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.02%

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

R = 31.14%
G = 27.02%
B = 41.84%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A690DF (or 0xA690DF) is known color: Biloba Flower. HEX triplet: A6, 90 and DF. RGB value is (166,144,223). Sum of RGB (Red+Green+Blue) = 166+144+223=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A690DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690DF is #596F20. Grayscale: #9F9F9F. Windows color (decimal): -5861153 or 14651558. OLE color: 14651558.

HSL color Cylindrical-coordinate representation of color #A690DF: hue angle of 256.71º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A690DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 144 223 -
CMYK 0.26 0.35 0 0.13
HSL 256.71º 0.55% 0.72% -
HSV(B) 256.71º 0.35% 0.87% -
XYZ 39.02 33.38 74.2 -
YUV 159.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 166 144 223 0.26 0.35 0 0.13 256.71 0.55 0.72
Hex A6 90 DF 1A 23 0 D 101 37 48
Octal 246 220 337 32 43 0 15 401 67 110
Binary 10100110 10010000 11011111 11010 100011 0 1101 100000001 110111 1001000

Color Harmonies of #A690DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690DF

Black with #A690DF

Text Example


Text Example

White with #A690DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690DF; }

 p { color: rgb(166,144,223); }

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

background-color css

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

 a { background-color: rgb(166,144,223); }

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

border-color css

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

 span { border-color: rgb(166,144,223); }

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