Html Css Color HEX #A68BEF Biloba Flower

📋 copy color: '#A68BEF'

red 166 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #A68BEF

Tints of Biloba Flower #A68BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 30.51%
G = 25.55%
B = 43.93%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A68BEF (or 0xA68BEF) is known color: Biloba Flower. HEX triplet: A6, 8B and EF. RGB value is (166,139,239). Sum of RGB (Red+Green+Blue) = 166+139+239=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #A68BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BEF is #597410. Grayscale: #9E9E9E. Windows color (decimal): -5862417 or 15698854. OLE color: 15698854.

HSL color Cylindrical-coordinate representation of color #A68BEF: hue angle of 256.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68BEF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 139 239 -
CMYK 0.31 0.42 0 0.06
HSL 256.2º 0.76% 0.74% -
HSV(B) 256.2º 0.42% 0.94% -
XYZ 40.54 32.8 85.86 -
YUV 158.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 166 139 239 0.31 0.42 0 0.06 256.2 0.76 0.74
Hex A6 8B EF 1F 2A 0 6 100 4C 4A
Octal 246 213 357 37 52 0 6 400 114 112
Binary 10100110 10001011 11101111 11111 101010 0 110 100000000 1001100 1001010

Color Harmonies of #A68BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BEF

Black with #A68BEF

Text Example


Text Example

White with #A68BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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