Html Css Color HEX #A68EF5 Biloba Flower

📋 copy color: '#A68EF5'

red 166 ◦ green 142 ◦ blue 245

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

Shades of Biloba Flower #A68EF5

Tints of Biloba Flower #A68EF5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.68%

 BLUE value IS 245 (96.09% from 255) = 44.3%

R = 30.02%
G = 25.68%
B = 44.3%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A68EF5 (or 0xA68EF5) is known color: Biloba Flower. HEX triplet: A6, 8E and F5. RGB value is (166,142,245). Sum of RGB (Red+Green+Blue) = 166+142+245=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #A68EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EF5 is #59710A. Grayscale: #A0A0A0. Windows color (decimal): -5861643 or 16092838. OLE color: 16092838.

HSL color Cylindrical-coordinate representation of color #A68EF5: hue angle of 253.98º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68EF5 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 142 245 -
CMYK 0.32 0.42 0 0.04
HSL 253.98º 0.84% 0.76% -
HSV(B) 253.98º 0.42% 0.96% -
XYZ 41.88 34.05 90.75 -
YUV 160.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 166 142 245 0.32 0.42 0 0.04 253.98 0.84 0.76
Hex A6 8E F5 20 2A 0 4 FE 54 4C
Octal 246 216 365 40 52 0 4 376 124 114
Binary 10100110 10001110 11110101 100000 101010 0 100 11111110 1010100 1001100

Color Harmonies of #A68EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EF5

Black with #A68EF5

Text Example


Text Example

White with #A68EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EF5; }

 p { color: rgb(166,142,245); }

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

background-color css

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

 a { background-color: rgb(166,142,245); }

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

border-color css

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

 span { border-color: rgb(166,142,245); }

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