Html Css Color HEX #A698DF Biloba Flower

📋 copy color: '#A698DF'

red 166 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #A698DF

Tints of Biloba Flower #A698DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.1%

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

R = 30.68%
G = 28.1%
B = 41.22%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A698DF (or 0xA698DF) is known color: Biloba Flower. HEX triplet: A6, 98 and DF. RGB value is (166,152,223). Sum of RGB (Red+Green+Blue) = 166+152+223=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A698DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698DF is #596720. Grayscale: #A4A4A4. Windows color (decimal): -5859105 or 14653606. OLE color: 14653606.

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

Color convert

RGB 166 152 223 -
CMYK 0.26 0.32 0 0.13
HSL 251.83º 0.53% 0.74% -
HSV(B) 251.83º 0.32% 0.87% -
XYZ 40.27 35.89 74.62 -
YUV 164.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 166 152 223 0.26 0.32 0 0.13 251.83 0.53 0.74
Hex A6 98 DF 1A 20 0 D FC 35 4A
Octal 246 230 337 32 40 0 15 374 65 112
Binary 10100110 10011000 11011111 11010 100000 0 1101 11111100 110101 1001010

Color Harmonies of #A698DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698DF

Black with #A698DF

Text Example


Text Example

White with #A698DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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