Html Css Color HEX #A698CF Biloba Flower

📋 copy color: '#A698CF'

red 166 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #A698CF

Tints of Biloba Flower #A698CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 31.62%
G = 28.95%
B = 39.43%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A698CF (or 0xA698CF) is known color: Biloba Flower. HEX triplet: A6, 98 and CF. RGB value is (166,152,207). Sum of RGB (Red+Green+Blue) = 166+152+207=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A698CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698CF is #596730. Grayscale: #A2A2A2. Windows color (decimal): -5859121 or 13605030. OLE color: 13605030.

HSL color Cylindrical-coordinate representation of color #A698CF: hue angle of 255.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A698CF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 152 207 -
CMYK 0.20 0.27 0 0.19
HSL 255.27º 0.36% 0.7% -
HSV(B) 255.27º 0.27% 0.81% -
XYZ 38.22 35.07 63.79 -
YUV 162.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 166 152 207 0.20 0.27 0 0.19 255.27 0.36 0.7
Hex A6 98 CF 14 1B 0 13 FF 24 46
Octal 246 230 317 24 33 0 23 377 44 106
Binary 10100110 10011000 11001111 10100 11011 0 10011 11111111 100100 1000110

Color Harmonies of #A698CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698CF

Black with #A698CF

Text Example


Text Example

White with #A698CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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