Html Css Color HEX #A698CA Biloba Flower

📋 copy color: '#A698CA'

red 166 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #A698CA

Tints of Biloba Flower #A698CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 31.92%
G = 29.23%
B = 38.85%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A698CA (or 0xA698CA) is known color: Biloba Flower. HEX triplet: A6, 98 and CA. RGB value is (166,152,202). Sum of RGB (Red+Green+Blue) = 166+152+202=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A698CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698CA is #596735. Grayscale: #A1A1A1. Windows color (decimal): -5859126 or 13277350. OLE color: 13277350.

HSL color Cylindrical-coordinate representation of color #A698CA: hue angle of 256.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A698CA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 152 202 -
CMYK 0.18 0.25 0 0.21
HSL 256.8º 0.32% 0.69% -
HSV(B) 256.8º 0.25% 0.79% -
XYZ 37.61 34.83 60.62 -
YUV 161.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 166 152 202 0.18 0.25 0 0.21 256.8 0.32 0.69
Hex A6 98 CA 12 19 0 15 101 20 45
Octal 246 230 312 22 31 0 25 401 40 105
Binary 10100110 10011000 11001010 10010 11001 0 10101 100000001 100000 1000101

Color Harmonies of #A698CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698CA

Black with #A698CA

Text Example


Text Example

White with #A698CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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