Html Css Color HEX #A68BF6 Biloba Flower

📋 copy color: '#A68BF6'

red 166 ◦ green 139 ◦ blue 246

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

Shades of Biloba Flower #A68BF6

Tints of Biloba Flower #A68BF6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.23%

 BLUE value IS 246 (96.48% from 255) = 44.65%

R = 30.13%
G = 25.23%
B = 44.65%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A68BF6 (or 0xA68BF6) is known color: Biloba Flower. HEX triplet: A6, 8B and F6. RGB value is (166,139,246). Sum of RGB (Red+Green+Blue) = 166+139+246=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #A68BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BF6 is #597409. Grayscale: #9E9E9E. Windows color (decimal): -5862410 or 16157606. OLE color: 16157606.

HSL color Cylindrical-coordinate representation of color #A68BF6: hue angle of 255.14º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68BF6 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 139 246 -
CMYK 0.33 0.43 0 0.04
HSL 255.14º 0.86% 0.75% -
HSV(B) 255.14º 0.43% 0.96% -
XYZ 41.59 33.23 91.41 -
YUV 159.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 166 139 246 0.33 0.43 0 0.04 255.14 0.86 0.75
Hex A6 8B F6 21 2B 0 4 FF 56 4B
Octal 246 213 366 41 53 0 4 377 126 113
Binary 10100110 10001011 11110110 100001 101011 0 100 11111111 1010110 1001011

Color Harmonies of #A68BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BF6

Black with #A68BF6

Text Example


Text Example

White with #A68BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BF6; }

 p { color: rgb(166,139,246); }

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

background-color css

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

 a { background-color: rgb(166,139,246); }

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

border-color css

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

 span { border-color: rgb(166,139,246); }

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