Html Css Color HEX #A698C4 Biloba Flower

📋 copy color: '#A698C4'

red 166 ◦ green 152 ◦ blue 196

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

Shades of Biloba Flower #A698C4

Tints of Biloba Flower #A698C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 32.3%
G = 29.57%
B = 38.13%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A698C4 (or 0xA698C4) is known color: Biloba Flower. HEX triplet: A6, 98 and C4. RGB value is (166,152,196). Sum of RGB (Red+Green+Blue) = 166+152+196=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #A698C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698C4 is #59673B. Grayscale: #A1A1A1. Windows color (decimal): -5859132 or 12884134. OLE color: 12884134.

HSL color Cylindrical-coordinate representation of color #A698C4: hue angle of 259.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A698C4 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 152 196 -
CMYK 0.15 0.22 0 0.23
HSL 259.09º 0.27% 0.68% -
HSV(B) 259.09º 0.22% 0.77% -
XYZ 36.92 34.55 56.95 -
YUV 161.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 166 152 196 0.15 0.22 0 0.23 259.09 0.27 0.68
Hex A6 98 C4 F 16 0 17 103 1B 44
Octal 246 230 304 17 26 0 27 403 33 104
Binary 10100110 10011000 11000100 1111 10110 0 10111 100000011 11011 1000100

Color Harmonies of #A698C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698C4

Black with #A698C4

Text Example


Text Example

White with #A698C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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