Html Css Color HEX #A68CEF Biloba Flower

📋 copy color: '#A68CEF'

red 166 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #A68CEF

Tints of Biloba Flower #A68CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

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

R = 30.46%
G = 25.69%
B = 43.85%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A68CEF (or 0xA68CEF) is known color: Biloba Flower. HEX triplet: A6, 8C and EF. RGB value is (166,140,239). Sum of RGB (Red+Green+Blue) = 166+140+239=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #A68CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CEF is #597310. Grayscale: #9E9E9E. Windows color (decimal): -5862161 or 15699110. OLE color: 15699110.

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

Color convert

RGB 166 140 239 -
CMYK 0.31 0.41 0 0.06
HSL 255.76º 0.76% 0.74% -
HSV(B) 255.76º 0.41% 0.94% -
XYZ 40.68 33.1 85.91 -
YUV 159.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 166 140 239 0.31 0.41 0 0.06 255.76 0.76 0.74
Hex A6 8C EF 1F 29 0 6 100 4C 4A
Octal 246 214 357 37 51 0 6 400 114 112
Binary 10100110 10001100 11101111 11111 101001 0 110 100000000 1001100 1001010

Color Harmonies of #A68CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CEF

Black with #A68CEF

Text Example


Text Example

White with #A68CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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