Html Css Color HEX #A68BF9 Biloba Flower

📋 copy color: '#A68BF9'

red 166 ◦ green 139 ◦ blue 249

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

Shades of Biloba Flower #A68BF9

Tints of Biloba Flower #A68BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 29.96%
G = 25.09%
B = 44.95%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A68BF9 (or 0xA68BF9) is known color: Biloba Flower. HEX triplet: A6, 8B and F9. RGB value is (166,139,249). Sum of RGB (Red+Green+Blue) = 166+139+249=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #A68BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BF9 is #597406. Grayscale: #9F9F9F. Windows color (decimal): -5862407 or 16354214. OLE color: 16354214.

HSL color Cylindrical-coordinate representation of color #A68BF9: hue angle of 254.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68BF9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 139 249 -
CMYK 0.33 0.44 0 0.02
HSL 254.73º 0.9% 0.76% -
HSV(B) 254.73º 0.44% 0.98% -
XYZ 42.06 33.41 93.85 -
YUV 159.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 166 139 249 0.33 0.44 0 0.02 254.73 0.9 0.76
Hex A6 8B F9 21 2C 0 2 FF 5A 4C
Octal 246 213 371 41 54 0 2 377 132 114
Binary 10100110 10001011 11111001 100001 101100 0 10 11111111 1011010 1001100

Color Harmonies of #A68BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BF9

Black with #A68BF9

Text Example


Text Example

White with #A68BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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