Html Css Color HEX #A697CA Biloba Flower

📋 copy color: '#A697CA'

red 166 ◦ green 151 ◦ blue 202

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

Shades of Biloba Flower #A697CA

Tints of Biloba Flower #A697CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.09%

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

R = 31.98%
G = 29.09%
B = 38.92%

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

#A697CA (or 0xA697CA) is known color: Biloba Flower. HEX triplet: A6, 97 and CA. RGB value is (166,151,202). Sum of RGB (Red+Green+Blue) = 166+151+202=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A697CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CA is #596835. Grayscale: #A1A1A1. Windows color (decimal): -5859382 or 13277094. OLE color: 13277094.

HSL color Cylindrical-coordinate representation of color #A697CA: hue angle of 257.65º 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 #A697CA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 151 202 -
CMYK 0.18 0.25 0 0.21
HSL 257.65º 0.32% 0.69% -
HSV(B) 257.65º 0.25% 0.79% -
XYZ 37.45 34.5 60.56 -
YUV 161.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 166 151 202 0.18 0.25 0 0.21 257.65 0.32 0.69
Hex A6 97 CA 12 19 0 15 102 20 45
Octal 246 227 312 22 31 0 25 402 40 105
Binary 10100110 10010111 11001010 10010 11001 0 10101 100000010 100000 1000101

Color Harmonies of #A697CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697CA

Black with #A697CA

Text Example


Text Example

White with #A697CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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