Html Css Color HEX #A698F3 Biloba Flower

📋 copy color: '#A698F3'

red 166 ◦ green 152 ◦ blue 243

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

Shades of Biloba Flower #A698F3

Tints of Biloba Flower #A698F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.32%

R = 29.59%
G = 27.09%
B = 43.32%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A698F3 (or 0xA698F3) is known color: Biloba Flower. HEX triplet: A6, 98 and F3. RGB value is (166,152,243). Sum of RGB (Red+Green+Blue) = 166+152+243=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #A698F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698F3 is #59670C. Grayscale: #A6A6A6. Windows color (decimal): -5859085 or 15964326. OLE color: 15964326.

HSL color Cylindrical-coordinate representation of color #A698F3: hue angle of 249.23º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A698F3 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 152 243 -
CMYK 0.32 0.37 0 0.05
HSL 249.23º 0.79% 0.77% -
HSV(B) 249.23º 0.37% 0.95% -
XYZ 43.13 37.03 89.67 -
YUV 166.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 166 152 243 0.32 0.37 0 0.05 249.23 0.79 0.77
Hex A6 98 F3 20 25 0 5 F9 4F 4D
Octal 246 230 363 40 45 0 5 371 117 115
Binary 10100110 10011000 11110011 100000 100101 0 101 11111001 1001111 1001101

Color Harmonies of #A698F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698F3

Black with #A698F3

Text Example


Text Example

White with #A698F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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